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