* lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
[pspp] / lib / wchar.in.h
index 924a3382d39f95e8841910f5e1b463fab1506339..d7a1b5d2424a5e4ca84570641224750b7013cf68 100644 (file)
  * the declaration of wcwidth().
  */
 
+#ifdef __need_mbstate_t
+/* Special invocation convention inside glibc header files.  */
+
+#@INCLUDE_NEXT@ @NEXT_WCHAR_H@
+
+#else
+/* Normal invocation convention.  */
+
 #ifndef _GL_WCHAR_H
 
 /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
@@ -80,3 +88,4 @@ extern int wcwidth (int /* actually wchar_t */);
 
 #endif /* _GL_WCHAR_H */
 #endif /* _GL_WCHAR_H */
+#endif