From 34dc27f95d2a95c5d978ac747677cfd8a195fea5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 19 Aug 2011 17:00:32 +0000 Subject: =?UTF-8?q?2011-08-19=20=20Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libc/stdio/vasiprintf.c: Include "local.h" for "_svfiprintf_r". * libc/stdio/vasprintf.c Include "local.h" for "_svfprintf_r". * libc/stdio/vsiprintf.c: Include "local.h" for "_svfiprintf_r". * libc/stdio/vsniprintf.c: Include "local.h" for "_svfiprintf_r". * libc/stdio/vsnprintf.c: Include "local.h" for "_svfprintf_r" * libc/stdio/vsprintf.c: Include "local.h" for "_svfprintf_r" --- newlib/libc/stdio/vasprintf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newlib/libc/stdio/vasprintf.c') diff --git a/newlib/libc/stdio/vasprintf.c b/newlib/libc/stdio/vasprintf.c index 525c6963a..b89f4dbd7 100644 --- a/newlib/libc/stdio/vasprintf.c +++ b/newlib/libc/stdio/vasprintf.c @@ -26,6 +26,8 @@ static char sccsid[] = "%W% (Berkeley) %G%"; #include #include +#include "local.h" + #ifndef _REENT_ONLY int -- cgit v1.2.3