Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-06-08 20:55:47 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-08 20:55:47 +0400
commit2e2dcba320d3159bc4f8fd66c7449ae73352404e (patch)
treec2161e0248972018fa78706f2ecff72ce54bc9d5 /winsup/cygwin/include
parentbdc9d6f5bffec4ed5eed5e37db076cbb6c7b9ceb (diff)
* include/wchar.h: Define __need_size_t.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/wchar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/include/wchar.h b/winsup/cygwin/include/wchar.h
index eabdaa725..bf3f017a2 100644
--- a/winsup/cygwin/include/wchar.h
+++ b/winsup/cygwin/include/wchar.h
@@ -16,6 +16,7 @@ details. */
/* Get wchar_t and wint_t from <stddef.h>. */
#define __need_wchar_t
#define __need_wint_t
+#define __need_size_t
#include <stddef.h>
__BEGIN_DECLS