Преглед на файлове

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>