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:
Diffstat (limited to 'newlib/libc/include/locale.h')
-rw-r--r--newlib/libc/include/locale.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/newlib/libc/include/locale.h b/newlib/libc/include/locale.h
index fa5c270fc..cbd658e41 100644
--- a/newlib/libc/include/locale.h
+++ b/newlib/libc/include/locale.h
@@ -9,9 +9,8 @@
#include "_ansi.h"
-#ifndef NULL
-#define NULL 0
-#endif
+#define __need_NULL
+#include <stddef.h>
#define LC_ALL 0
#define LC_COLLATE 1