diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-10 14:50:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-16 15:52:35 +0300 |
commit | 38c48c78eb1d5822565504363863918e39e0cd4a (patch) | |
tree | 740ed3f18baff57e0ac33e6e8405d217546429d3 /src/emap/npc.c | |
parent | 2ed4142dfcde097648857f41f8064b0a19c350c7 (diff) | |
download | evol-hercules-38c48c78eb1d5822565504363863918e39e0cd4a.tar.gz evol-hercules-38c48c78eb1d5822565504363863918e39e0cd4a.tar.bz2 evol-hercules-38c48c78eb1d5822565504363863918e39e0cd4a.tar.xz evol-hercules-38c48c78eb1d5822565504363863918e39e0cd4a.zip |
Fix compilation after HPM update in server.
Diffstat (limited to 'src/emap/npc.c')
-rw-r--r-- | src/emap/npc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/npc.c b/src/emap/npc.c index 16fe2bb..07de4cb 100644 --- a/src/emap/npc.c +++ b/src/emap/npc.c @@ -1,6 +1,8 @@ // Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. // Copyright (c) 2014 Evol developers +#include "common/hercules.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> |