Add missing stdarg (funnily, linux/clang does not complain about this miss)
authorGodzil <godzil@godzil.net>
Wed, 13 Mar 2013 23:37:35 +0000 (00:37 +0100)
committerManoël Trapier <godzil@MacBook-Pro.home>
Wed, 24 Jun 2015 22:41:45 +0000 (23:41 +0100)
util/ego/share/debug.c

index 4b0593b..b07beb1 100644 (file)
@@ -11,6 +11,9 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#ifdef __STDC__
+#include <stdarg.h>
+#endif
 #include <em_spec.h>
 #include "types.h"
 #include "def.h"