From: Godzil Date: Wed, 13 Mar 2013 23:37:35 +0000 (+0100) Subject: Add missing stdarg (funnily, linux/clang does not complain about this miss) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6093a5151133425e8697673e5c096517147819da;p=ack.git Add missing stdarg (funnily, linux/clang does not complain about this miss) --- diff --git a/util/ego/share/debug.c b/util/ego/share/debug.c index 4b0593bf0..b07beb15c 100644 --- a/util/ego/share/debug.c +++ b/util/ego/share/debug.c @@ -11,6 +11,9 @@ #include #include +#ifdef __STDC__ +#include +#endif #include #include "types.h" #include "def.h"