summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-02 04:41:23 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-02 04:41:23 +0000
commit7777bb2be759a3de32f5edbb53ae3d8b6396c563 (patch)
treefd8927f99d9ff87ad679749188136197becdedbe /src/map
parent0698f0b34299624e6ac535442b4e7b8894dd8167 (diff)
downloadhercules-7777bb2be759a3de32f5edbb53ae3d8b6396c563.tar.gz
hercules-7777bb2be759a3de32f5edbb53ae3d8b6396c563.tar.bz2
hercules-7777bb2be759a3de32f5edbb53ae3d8b6396c563.tar.xz
hercules-7777bb2be759a3de32f5edbb53ae3d8b6396c563.zip
- Added missing min/max definitions to cbasetypes.h, needed for the @send change.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9388 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/atcommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index a4badbaef..6289d6027 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -8,6 +8,7 @@
#include <math.h>
#include <limits.h>
+#include "../common/cbasetypes.h"
#include "../common/timer.h"
#include "../common/nullpo.h"
#include "../common/mmo.h"