diff options
author | shennetsind <ind@henn.et> | 2015-01-17 16:32:47 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2015-01-17 16:32:47 -0200 |
commit | f0ea100d5ccc03d8f94b67ea9d3ffa82fcd937b1 (patch) | |
tree | e745dbe4dbe612c91d703bdbda74d88a61752c05 /src | |
parent | 84b88781a0c39f7379ed85f74dc03c4e868a171f (diff) | |
download | hercules-f0ea100d5ccc03d8f94b67ea9d3ffa82fcd937b1.tar.gz hercules-f0ea100d5ccc03d8f94b67ea9d3ffa82fcd937b1.tar.bz2 hercules-f0ea100d5ccc03d8f94b67ea9d3ffa82fcd937b1.tar.xz hercules-f0ea100d5ccc03d8f94b67ea9d3ffa82fcd937b1.zip |
Follow up 84b88781a0c39f7379ed85f74dc03c4e868a171f
Thanks to Haruna
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src')
-rw-r--r-- | src/tool/mapcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool/mapcache.c b/src/tool/mapcache.c index 59d70b62d..cfd05b0aa 100644 --- a/src/tool/mapcache.c +++ b/src/tool/mapcache.c @@ -15,6 +15,7 @@ #include "../common/mmo.h" #include "../common/showmsg.h" #include "../common/utils.h" +#include "../common/strlib.h" #ifndef _WIN32 #include <unistd.h> |