summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-21 11:33:36 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-21 11:33:36 +0300
commit044f5e1d72333c0530f911c4982868199097d35b (patch)
tree24987afdf2a6ac0cabe92c59a9681d25b0543d8e /src/map
parente9888028a7356af62133a7e6cb8f6c5ea621de65 (diff)
downloadevol-hercules-044f5e1d72333c0530f911c4982868199097d35b.tar.gz
evol-hercules-044f5e1d72333c0530f911c4982868199097d35b.tar.bz2
evol-hercules-044f5e1d72333c0530f911c4982868199097d35b.tar.xz
evol-hercules-044f5e1d72333c0530f911c4982868199097d35b.zip
map: add missing include in script.c.
Diffstat (limited to 'src/map')
-rw-r--r--src/map/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index b1e31f2..a2f0f8a 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -18,6 +18,7 @@
#include "../../../map/quest.h"
#include "map/script.h"
+#include "map/clif.h"
#include "map/lang.h"
#include "map/scriptdefines.h"
#include "map/send.h"