From a7fb24759b797df210ea839937f9be39597b45c7 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 5 Nov 2010 23:12:59 +0000 Subject: [PATCH] Fix build svn path=/trunk/; revision=49501 --- reactos/lib/sdk/crt/printf/streamout.c | 1 + reactos/lib/sdk/crt/printf/vsprintf.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/printf/streamout.c b/reactos/lib/sdk/crt/printf/streamout.c index 7ac47d43934..3deaedad4f5 100644 --- a/reactos/lib/sdk/crt/printf/streamout.c +++ b/reactos/lib/sdk/crt/printf/streamout.c @@ -11,6 +11,7 @@ #include #include #include +#include #ifdef _UNICODE #define streamout wstreamout diff --git a/reactos/lib/sdk/crt/printf/vsprintf.c b/reactos/lib/sdk/crt/printf/vsprintf.c index 1af97761c5c..12a3d535835 100644 --- a/reactos/lib/sdk/crt/printf/vsprintf.c +++ b/reactos/lib/sdk/crt/printf/vsprintf.c @@ -1,4 +1,3 @@ -#include "myfunc.h" /* * COPYRIGHT: GNU GPL, see COPYING in the top level directory * PROJECT: ReactOS crt library