summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-02 15:44:55 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-02 15:44:55 +0000
commit1743f5ff2c948f8305d9226381a971755880c6d1 (patch)
tree92ef294c0ae439bccf64bec08ab8d768bebe4bd2 /src/map/unit.c
parent103ca6312d0d252b5a8a05eefa78034ad341fe6e (diff)
downloadhercules-1743f5ff2c948f8305d9226381a971755880c6d1.tar.gz
hercules-1743f5ff2c948f8305d9226381a971755880c6d1.tar.bz2
hercules-1743f5ff2c948f8305d9226381a971755880c6d1.tar.xz
hercules-1743f5ff2c948f8305d9226381a971755880c6d1.zip
- Fixed compile errors from r16560, thanks BuildBot!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16561 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index 26ff0f0fe..f160cb0ce 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -7,7 +7,7 @@
#include "../common/db.h"
#include "../common/malloc.h"
#include "../common/random.h"
-#include "unit.h"
+
#include "map.h"
#include "path.h"
#include "pc.h"
@@ -23,6 +23,7 @@
#include "npc.h"
#include "guild.h"
#include "status.h"
+#include "unit.h"
#include "battle.h"
#include "battleground.h"
#include "chat.h"