From fe4901403f06f138c89fe428f69b9707fcabcc56 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 16 Sep 2000 05:39:35 +0000 Subject: Update. * wctype/wctype.h: Always include . Reported by Jim Meyering . --- wctype/wctype.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wctype') diff --git a/wctype/wctype.h b/wctype/wctype.h index a6b351dee9..a89eae069d 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.h @@ -23,12 +23,12 @@ #ifndef _WCTYPE_H +#include +#include + #ifndef __need_iswxxx # define _WCTYPE_H 1 -# include -# include - /* We try to get wint_t from , but not all GCC versions define it there. So define it ourselves if it remains undefined. */ # define __need_wint_t -- cgit v1.2.3