diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 16:17:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-02 16:17:47 +0000 |
commit | 32ebde394d7762fdbb28ba9b5c3ce9a232292bb7 (patch) | |
tree | 11237588739e7c473336fa9214a859b543db1e9b /src/common/mapindex.c | |
parent | c120372c4266e3705b3bed3966d06169d3f0a4b9 (diff) | |
download | hercules-32ebde394d7762fdbb28ba9b5c3ce9a232292bb7.tar.gz hercules-32ebde394d7762fdbb28ba9b5c3ce9a232292bb7.tar.bz2 hercules-32ebde394d7762fdbb28ba9b5c3ce9a232292bb7.tar.xz hercules-32ebde394d7762fdbb28ba9b5c3ce9a232292bb7.zip |
- Applied Snufkin's patch to fix compilation on FreeBSD.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5428 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mapindex.c')
-rw-r--r-- | src/common/mapindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mapindex.c b/src/common/mapindex.c index e600b5ad7..156dc6243 100644 --- a/src/common/mapindex.c +++ b/src/common/mapindex.c @@ -2,7 +2,7 @@ #include <string.h> #include <stdio.h> #include <stdlib.h> -#include <showmsg.h> +#include "showmsg.h" #define MAX_MAPINDEX 2000 |