소스 검색

- Fixing a compilation error caused by me in rev 9414: -.-;
utils.h:35: error: syntax error before "va_list"

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9416 54d463be-8e91-2dee-dedb-b68131a5f0ec

FlavioJS 18 년 전
부모
커밋
27cc2312fb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common/utils.h

+ 1 - 0
src/common/utils.h

@@ -4,6 +4,7 @@
 #ifndef COMMON_UTILS_H
 #define COMMON_UTILS_H
 
+#include <stdarg.h>
 
 #ifndef NULL
 #define NULL (void *)0