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:
authorJeff Johnston <jjohnstn@redhat.com>2004-09-24 20:03:46 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-09-24 20:03:46 +0400
commit2a6e122363fac63db364db101e4a905250bb37a5 (patch)
treecc5ee194c20634e85088ed06afa928e2ecf3de82 /newlib/libc/stdio
parentab6b0b2f120dbac4b27405f119377c7b005c79e1 (diff)
2004-09-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/local.h: Include <stdlib.h>.
Diffstat (limited to 'newlib/libc/stdio')
-rw-r--r--newlib/libc/stdio/local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/local.h b/newlib/libc/stdio/local.h
index e62f3418d..c4176eb2a 100644
--- a/newlib/libc/stdio/local.h
+++ b/newlib/libc/stdio/local.h
@@ -26,6 +26,7 @@
#include <reent.h>
#include <stdarg.h>
#include <reent.h>
+#include <stdlib.h>
#include <unistd.h>
extern int _EXFUN(__svfscanf_r,(struct _reent *,FILE *, _CONST char *,va_list));