瀏覽代碼

Add missing stdarg (funnily, linux/clang does not complain about this miss)

Godzil 11 年之前
父節點
當前提交
6093a51511
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      util/ego/share/debug.c

+ 3 - 0
util/ego/share/debug.c

@@ -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"