From fe4901403f06f138c89fe428f69b9707fcabcc56 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 16 Sep 2000 05:39:35 +0000 Subject: [PATCH] Update. * wctype/wctype.h: Always include . Reported by Jim Meyering . --- ChangeLog | 3 +++ wctype/wctype.h | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e437b8a6c2..b2b5ef0a6da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-15 Ulrich Drepper + * wctype/wctype.h: Always include . + Reported by Jim Meyering . + * elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now. * elf/dl-support.c: Likewise. diff --git a/wctype/wctype.h b/wctype/wctype.h index a6b351dee94..a89eae069d7 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 -- 2.39.2