* lib/quotearg.c: Include <wctype.h> early, before the definition of
[gnulib.git] / lib / quotearg.c
index c9e89bf..f7f326a 100644 (file)
@@ -32,6 +32,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <wchar.h>
+#include <wctype.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
@@ -54,8 +55,6 @@
 # define mbsinit(ps) 1
 #endif
 
-#include <wctype.h>
-
 #ifndef SIZE_MAX
 # define SIZE_MAX ((size_t) -1)
 #endif