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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-09-18 01:36:02 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-09-18 01:36:02 +0400
commit41cb3243c535ddbae7db6aa2d19c27bcf69fda8e (patch)
tree140588f23ecb2c2a718e3441af85ee62e5f25cb7 /winsup/mingw/include
parente58d89280b3114f2fd31eb67771233d3ae0747ea (diff)
* include/time.h (__need_NULL): Define before including
stddef.h. Thanks to: R�diger Dehmel <de@lmnet.de>.
Diffstat (limited to 'winsup/mingw/include')
-rw-r--r--winsup/mingw/include/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/mingw/include/time.h b/winsup/mingw/include/time.h
index f2f7b5024..6d15c2f89 100644
--- a/winsup/mingw/include/time.h
+++ b/winsup/mingw/include/time.h
@@ -32,6 +32,7 @@
#define __need_wchar_t
#define __need_size_t
+#define __need_NULL
#ifndef RC_INVOKED
#include <stddef.h>
#endif /* Not RC_INVOKED */