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/pc.c | |
parent | 505d310c38ab4c2ce80edb082a609959ee0ec5e6 (diff) | |
download | plugin-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.tar.gz plugin-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.tar.bz2 plugin-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.tar.xz plugin-d15e6bce81b6728f98f1bd4b33d8a10cc4a020e1.zip |
Fix compilation after hercules update.
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r-- | src/emap/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c index e54b9e7..a11d2b7 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -14,6 +14,7 @@ #include "common/socket.h" #include "common/strlib.h" #include "common/timer.h" +#include "map/achievement.h" #include "map/chrif.h" #include "map/homunculus.h" #include "map/elemental.h" |