components/stdcxx/patches/055-ctype.cpp.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 07 Nov 2011 08:30:29 -0800
changeset 569 fb7a64ebd010
parent 402 94ae4d75524c
permissions -rw-r--r--
7049881 libusb should be more dependent.

--- stdcxx-4.2.1/src/ctype.cpp	2011-01-01 16:58:38.016382244 -0500
+++ stdcxx-4.2.1/src/ctype.cpp	2011-01-01 17:05:16.501421314 -0500
@@ -33,6 +33,9 @@
 #include <ctype.h>
 #include <limits.h>
 #include <locale.h>
+#if defined(__linux__)
+#include <wchar.h>
+#endif
 #include <wctype.h>
 #include <string.h>  // for memset()