summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/sys
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-01-28 21:03:41 +0000
committerCorinna Vinschen <corinna@vinschen.de>2015-01-28 21:03:41 +0000
commit3e4183d15bbdbf4ae0086f970aedca11d577561b (patch)
tree0755e9b1fe43ef8378910e31775bf96ac80a8d8b /newlib/libc/include/sys
parent4c8daae24d967231747e8d6935456f4e8eebe9bc (diff)
downloadcygnal-3e4183d15bbdbf4ae0086f970aedca11d577561b.tar.gz
cygnal-3e4183d15bbdbf4ae0086f970aedca11d577561b.tar.bz2
cygnal-3e4183d15bbdbf4ae0086f970aedca11d577561b.zip
* libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.
Diffstat (limited to 'newlib/libc/include/sys')
-rw-r--r--newlib/libc/include/sys/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h
index be16497fc..470a1a640 100644
--- a/newlib/libc/include/sys/time.h
+++ b/newlib/libc/include/sys/time.h
@@ -6,6 +6,7 @@
#define _SYS_TIME_H_
#include <_ansi.h>
+#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __cplusplus