diff options
-rw-r--r-- | src/map/npc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 5ff66ef7a..7c89545cb 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -7,6 +7,7 @@ #include <string.h>
#include <math.h>
#include <time.h>
+#include <limits.h>
#include "../common/timer.h"
#include "../common/nullpo.h"
|