From 56eafaf6e399ac17343e845b4f6bbcf93be61f94 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Wed, 25 Feb 2009 04:00:05 +0000 Subject: [PATCH] * libc/stdio/open_memstream.c (stdint.h): Include. --- newlib/ChangeLog | 4 ++++ newlib/libc/stdio/open_memstream.c | 1 + 2 files changed, 5 insertions(+) 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 + + * libc/stdio/open_memstream.c (stdint.h): Include. + 2009-02-23 Craig Howland * 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: <>. #include #include #include +#include #include "local.h" #ifndef __LARGE64_FILES