diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-25 02:36:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-25 02:36:14 +0300 |
commit | d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1 (patch) | |
tree | 5e1f8a8aac84cfc73d353fd56f5384d45a59787b /src/emap/script.c | |
parent | 505d310c38ab4c2ce80edb082a609959ee0ec5e6 (diff) | |
download | evol-hercules-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.tar.gz evol-hercules-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.tar.bz2 evol-hercules-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.tar.xz evol-hercules-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.zip |
Fix compilation after hercules update.
Diffstat (limited to 'src/emap/script.c')
-rw-r--r-- | src/emap/script.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script.c b/src/emap/script.c index 5e8d1ae..236461b 100644 --- a/src/emap/script.c +++ b/src/emap/script.c @@ -10,6 +10,7 @@ #include "common/HPMi.h" #include "common/memmgr.h" #include "common/nullpo.h" +#include "map/achievement.h" #include "map/npc.h" #include "map/pc.h" #include "map/script.h" |