@@ -1,6 +1,5 @@
#ifndef _BITS_WCHAR_H
#define _BITS_WCHAR_H
-#include <stdint.h>
#define WEOF (0xffffffffu)
#define WCHAR_MIN (0)
@@ -11,4 +10,6 @@
#define __need_wint_t
#define __need_NULL
+#include <stdint.h>
+
#endif /* _BITS_WCHAR_H */
@@ -1,7 +1,8 @@
#ifndef _BITS_WCTYPE_H
#define _BITS_WCTYPE_H
#endif /* _BITS_WCTYPE_H */