components/stdcxx/patches/055-ctype.cpp.patch
author Shawn Walker-Salas <shawn.walker@oracle.com>
Mon, 23 Nov 2015 15:33:43 -0800
changeset 5125 34cc580c62c2
parent 402 94ae4d75524c
permissions -rw-r--r--
21029732 PKG_CONFIG_PATH should be included in CONFIGURE_ENV and BUILD_ENV 21029735 shared-macros should define service manifest and method macros 21093823 sample-manifest should omit or comment "standard" directories and certain files 21144358 configure scripts usually detect wrong host for 64-bit builds 21157847 shared-macros.mk instructions have a typo for studio c99 mode 22067225 common make-rules desired for simplifying makefiles 22067806 transforms needs expanding for desktop services

--- 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()