diff options
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/stdio/open_memstream.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 3684c4773..b627b1c92 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2009-02-24 Kevin Buettner <kevinb@redhat.com> + + * libc/stdio/open_memstream.c (stdint.h): Include. + 2009-02-23 Craig Howland <howland@LGSInnovations.com> * libc/unix/ttyname.c: Remove ttyname_r() (to a new file to avoid 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 |