diff options
Diffstat (limited to 'wctype')
-rw-r--r-- | wctype/wctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/wctype.h b/wctype/wctype.h index 9c9258f183..1862c6ca8f 100644 --- a/wctype/wctype.h +++ b/wctype/wctype.h @@ -25,7 +25,7 @@ #define _WCTYPE_H 1 #include <features.h> -#include <gnu/types.h> +#include <bits/types.h> __BEGIN_DECLS |