OSDN Git Service

* libc/stdio/open_memstream.c (stdint.h): Include.
authorkevinb <kevinb>
Wed, 25 Feb 2009 04:00:04 +0000 (04:00 +0000)
committerkevinb <kevinb>
Wed, 25 Feb 2009 04:00:04 +0000 (04:00 +0000)
newlib/ChangeLog
newlib/libc/stdio/open_memstream.c

index 3684c47..b627b1c 100644 (file)
@@ -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
index e062ec7..2066822 100644 (file)
@@ -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