diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 02:20:20 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 02:20:20 +0000 |
commit | 31105c152d9a18817e51890fb9581a32c6fefcc3 (patch) | |
tree | 18e9d1f56e6df7896b838ea7a78e89aa1b96e781 /src/map/npc.c | |
parent | 4ba59cf067832f8297f182eb830d9bdf60b23db8 (diff) | |
download | hercules-31105c152d9a18817e51890fb9581a32c6fefcc3.tar.gz hercules-31105c152d9a18817e51890fb9581a32c6fefcc3.tar.bz2 hercules-31105c152d9a18817e51890fb9581a32c6fefcc3.tar.xz hercules-31105c152d9a18817e51890fb9581a32c6fefcc3.zip |
- Added missing include <limits.h> to npc.c...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6499 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-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"
|