浏览代码

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>