diff options
-rw-r--r-- | sysdeps/generic/_G_config.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/_G_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h index 84a552b41e..b2adcc0e8a 100644 --- a/sysdeps/generic/_G_config.h +++ b/sysdeps/generic/_G_config.h @@ -6,7 +6,7 @@ /* Define types for libio in terms of the standard internal type names. */ -#include <bits/types.h> +#include <gnu/types.h> #define __need_size_t #define __need_wint_t #include <stddef.h> diff --git a/sysdeps/unix/sysv/linux/_G_config.h b/sysdeps/unix/sysv/linux/_G_config.h index 8dc9221519..a3e6e3db2f 100644 --- a/sysdeps/unix/sysv/linux/_G_config.h +++ b/sysdeps/unix/sysv/linux/_G_config.h @@ -6,7 +6,7 @@ /* Define types for libio in terms of the standard internal type names. */ -#include <bits/types.h> +#include <gnu/types.h> #define __need_size_t #define __need_wint_t #include <stddef.h> |