From 22ce94c5cc00f2a6ce522ae2d68720746f147549 Mon Sep 17 00:00:00 2001 From: kevinb Date: Wed, 25 Feb 2009 04:00:04 +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 3684c47737..b627b1c92d 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 e062ec7e9d..2066822cd6 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 -- 2.11.0