]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 16 Sep 2000 05:39:35 +0000 (05:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 16 Sep 2000 05:39:35 +0000 (05:39 +0000)
* wctype/wctype.h: Always include <bits/types.h>.
Reported by Jim Meyering <meyering@ascend.com>.

ChangeLog
wctype/wctype.h

index 9e437b8a6c2eb4ebaf2d0f7bb314c311b59dbec7..b2b5ef0a6daed1fb319b79313234630deea542ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-15  Ulrich Drepper  <drepper@redhat.com>
 
+       * wctype/wctype.h: Always include <bits/types.h>.
+       Reported by Jim Meyering <meyering@ascend.com>.
+
        * elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
        * elf/dl-support.c: Likewise.
 
index a6b351dee94bfe0e05c18f21177aa3026cb94958..a89eae069d7ff6c1c8c6afc19fe5a929fa1ddfac 100644 (file)
 
 #ifndef _WCTYPE_H
 
+#include <features.h>
+#include <bits/types.h>
+
 #ifndef __need_iswxxx
 # define _WCTYPE_H     1
 
-# include <features.h>
-# include <bits/types.h>
-
 /* We try to get wint_t from <stddef.h>, but not all GCC versions define it
    there.  So define it ourselves if it remains undefined.  */
 # define __need_wint_t