소스 검색

Fixed some compile warnings

Fixes #1861
Thanks to @rubie123
Lemongrass3110 8 년 전
부모
커밋
a73814eeee
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/map/script.c

+ 1 - 3
src/map/script.c

@@ -51,9 +51,7 @@
 #include "elemental.h"
 
 #include <math.h>
-#ifndef WIN32
-#endif
-
+#include <stdlib.h> // atoi, strtol, strtoll, exit
 #include <setjmp.h>
 #include <errno.h>