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:
authorCorinna Vinschen <corinna@vinschen.de>2014-12-15 15:58:19 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-12-15 15:58:19 +0300
commit601c50292b9a98a3040cb92cb23f4af258bbb9e2 (patch)
tree26d61065fbc811833628216263cda9aa6bd4a094 /newlib/libc
parentb536197a756353da081234a828eaa5c4a4cf4181 (diff)
* libc/include/stdlib.h: Include sys/cdefs.h to avoid undefined
__ASMNAME.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/stdlib.h b/newlib/libc/include/stdlib.h
index ffbb44349..c6562c704 100644
--- a/newlib/libc/include/stdlib.h
+++ b/newlib/libc/include/stdlib.h
@@ -16,6 +16,7 @@
#include <stddef.h>
#include <sys/reent.h>
+#include <sys/cdefs.h>
#include <machine/stdlib.h>
#ifndef __STRICT_ANSI__
#include <alloca.h>