From: Dmitry V. Levin Date: Tue, 1 May 2012 22:49:49 +0000 (+0000) Subject: * vsprintf.c: Check for USE_CUSTOM_PRINTF earlier. X-Git-Tag: v4.7~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5fd66b7b94b88c7d9fe1fe1f47c3faabb7b3191;p=strace * vsprintf.c: Check for USE_CUSTOM_PRINTF earlier. --- diff --git a/vsprintf.c b/vsprintf.c index 71bdf8c9..b66609ac 100644 --- a/vsprintf.c +++ b/vsprintf.c @@ -10,11 +10,12 @@ */ #include "defs.h" -#include -#include #ifdef USE_CUSTOM_PRINTF +#include +#include + #define noinline_for_stack /*nothing*/ #define likely(expr) (expr) #define unlikely(expr) (expr)