diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-22 09:49:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-22 09:49:38 -0300 |
commit | 26136e118ebc431f70a0a0c8dd6f809b8b620359 (patch) | |
tree | 5c8f387318d04f7bdaa5a001b3acc53450029a34 | |
parent | 8dca6139a7a6b188c5eab7ad96ae9d0f5f37ffd4 (diff) | |
download | evol-hercules-26136e118ebc431f70a0a0c8dd6f809b8b620359.tar.gz evol-hercules-26136e118ebc431f70a0a0c8dd6f809b8b620359.tar.bz2 evol-hercules-26136e118ebc431f70a0a0c8dd6f809b8b620359.tar.xz evol-hercules-26136e118ebc431f70a0a0c8dd6f809b8b620359.zip |
(I don't like surprises, so load the library, just in case)
-rw-r--r-- | src/emap/script_buildins.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.c b/src/emap/script_buildins.c index cacc0d8..f29a2a4 100644 --- a/src/emap/script_buildins.c +++ b/src/emap/script_buildins.c @@ -15,6 +15,7 @@ #include "common/timer.h" #include "common/random.h" #include "map/achievement.h" +#include "map/atcommand.h" #include "map/chat.h" #include "map/chrif.h" #include "map/guild.h" |