소스 검색

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"