diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-16 05:39:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-16 05:39:35 +0000 |
commit | fe4901403f06f138c89fe428f69b9707fcabcc56 (patch) | |
tree | c52426d8db365be03ab08a11de20a0075d0b2e24 /wctype | |
parent | 8a0e201e331313cb2fe17a092bde0855773f3a4e (diff) | |
download | glibc-fe4901403f06f138c89fe428f69b9707fcabcc56.tar glibc-fe4901403f06f138c89fe428f69b9707fcabcc56.tar.gz glibc-fe4901403f06f138c89fe428f69b9707fcabcc56.tar.bz2 glibc-fe4901403f06f138c89fe428f69b9707fcabcc56.zip |
Update.
* wctype/wctype.h: Always include <bits/types.h>.
Reported by Jim Meyering <meyering@ascend.com>.
Diffstat (limited to 'wctype')
-rw-r--r-- | wctype/wctype.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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 |