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
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-03-03 14:11:41 +0300
committerCorinna Vinschen <corinna@vinschen.de>2011-03-03 14:11:41 +0300
commit4b43b20be84a7580368f34add135178a175045a1 (patch)
tree593bab4ee380594671ded90abc354e62875938d0 /newlib
parent977cd4175e7e834007f79e484c690b9159ee03bd (diff)
* libc/include/string.h: Include sys/cdefs.h.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/string.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 2541b5ec2..aed574eca 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,9 @@
2011-03-03 Corinna Vinschen <vinschen@redhat.com>
+ * libc/include/string.h: Include sys/cdefs.h.
+
+2011-03-03 Corinna Vinschen <vinschen@redhat.com>
+
* libc/include/sys/cdefs.h (__CONCAT1): Define.
(__CONCAT): Define.
(__STRING): Define.
diff --git a/newlib/libc/include/string.h b/newlib/libc/include/string.h
index 09d065e12..6bfdd3f87 100644
--- a/newlib/libc/include/string.h
+++ b/newlib/libc/include/string.h
@@ -9,6 +9,7 @@
#include "_ansi.h"
#include <sys/reent.h>
+#include <sys/cdefs.h>
#define __need_size_t
#include <stddef.h>