diff options
author | Kevin Buettner <kevinb@redhat.com> | 2009-02-25 04:00:05 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2009-02-25 04:00:05 +0000 |
commit | 56eafaf6e399ac17343e845b4f6bbcf93be61f94 (patch) | |
tree | 4f85e48bc1933e7e1b33f674363f314bd8ac1d47 /newlib/libc/stdio/open_memstream.c | |
parent | 99fe2b786610ed7b7d5354ed792c22f8446b8ea6 (diff) | |
download | cygnal-56eafaf6e399ac17343e845b4f6bbcf93be61f94.tar.gz cygnal-56eafaf6e399ac17343e845b4f6bbcf93be61f94.tar.bz2 cygnal-56eafaf6e399ac17343e845b4f6bbcf93be61f94.zip |
* libc/stdio/open_memstream.c (stdint.h): Include.
Diffstat (limited to 'newlib/libc/stdio/open_memstream.c')
-rw-r--r-- | newlib/libc/stdio/open_memstream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdio/open_memstream.c b/newlib/libc/stdio/open_memstream.c index e062ec7e9..2066822cd 100644 --- a/newlib/libc/stdio/open_memstream.c +++ b/newlib/libc/stdio/open_memstream.c @@ -66,6 +66,7 @@ Supporting OS subroutines required: <<sbrk>>. #include <errno.h> #include <string.h> #include <sys/lock.h> +#include <stdint.h> #include "local.h" #ifndef __LARGE64_FILES |