summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-08-11 01:56:53 +0000
committerChristopher Faylor <me@cgf.cx>2001-08-11 01:56:53 +0000
commit29a075260a1640f3851f01ec451a4b4563d9ba43 (patch)
treefad3911d33abeaf091310290485564ddf79d6ce2
parent067b07096416e46b4e958ac1bb71fd5f902f725d (diff)
downloadcygnal-29a075260a1640f3851f01ec451a4b4563d9ba43.tar.gz
cygnal-29a075260a1640f3851f01ec451a4b4563d9ba43.tar.bz2
cygnal-29a075260a1640f3851f01ec451a4b4563d9ba43.zip
Oops. Forgot to check in include/wchar.h???
-rw-r--r--winsup/cygwin/include/wchar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/wchar.h b/winsup/cygwin/include/wchar.h
index 986db9881..c6ae520fd 100644
--- a/winsup/cygwin/include/wchar.h
+++ b/winsup/cygwin/include/wchar.h
@@ -13,8 +13,9 @@ details. */
#include <sys/cdefs.h>
-/* Get wchar_t from <stddef.h>. */
+/* Get wchar_t and wint_t from <stddef.h>. */
#define __need_wchar_t
+#define __need_wint_t
#include <stddef.h>
__BEGIN_DECLS