From 6093a5151133425e8697673e5c096517147819da Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 14 Mar 2013 00:37:35 +0100 Subject: [PATCH] Add missing stdarg (funnily, linux/clang does not complain about this miss) --- util/ego/share/debug.c | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.34.1