about summary refs log tree commit diff
path: root/iconv/gconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'iconv/gconv.h')
-rw-r--r--iconv/gconv.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/iconv/gconv.h b/iconv/gconv.h
index 6add596642..041989e595 100644
--- a/iconv/gconv.h
+++ b/iconv/gconv.h
@@ -24,12 +24,10 @@
 
 #include <features.h>
 #include <bits/types/__mbstate_t.h>
+#include <bits/types/size_t.h>
+#include <bits/types/wchar_t.h>
 #include <bits/types/wint_t.h>
 
-#define __need_size_t
-#define __need_wchar_t
-#include <stddef.h>
-
 /* ISO 10646 value used to signal invalid value.  */
 #define __UNKNOWN_10646_CHAR	((wchar_t) 0xfffd)