diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-08 16:55:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-08 16:55:47 +0000 |
commit | 2e2dcba320d3159bc4f8fd66c7449ae73352404e (patch) | |
tree | c2161e0248972018fa78706f2ecff72ce54bc9d5 /winsup/cygwin/include | |
parent | bdc9d6f5bffec4ed5eed5e37db076cbb6c7b9ceb (diff) | |
download | newlib-2e2dcba320d3159bc4f8fd66c7449ae73352404e.zip newlib-2e2dcba320d3159bc4f8fd66c7449ae73352404e.tar.gz newlib-2e2dcba320d3159bc4f8fd66c7449ae73352404e.tar.bz2 |
* include/wchar.h: Define __need_size_t.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/wchar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/include/wchar.h b/winsup/cygwin/include/wchar.h index eabdaa7..bf3f017 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 |