diff options
Diffstat (limited to 'ctype')
-rw-r--r-- | ctype/ctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctype/ctype.h b/ctype/ctype.h index 22b17c1ed7..922f5b38c8 100644 --- a/ctype/ctype.h +++ b/ctype/ctype.h @@ -24,7 +24,7 @@ #define _CTYPE_H 1 #include <features.h> -#include <gnu/types.h> +#include <bits/types.h> __BEGIN_DECLS |