diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 04:25:56 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-05 04:25:56 +0000 |
commit | f204cc7915dac6116bce5f402c8882ea0aff49a4 (patch) | |
tree | 35639b6c012b987f5fca8309641d68c76eaa53cb /src/char | |
parent | c4f027e10aaeeb4ab72b68cae0b3e66d8bb5a4b2 (diff) | |
download | hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.gz hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.bz2 hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.tar.xz hercules-f204cc7915dac6116bce5f402c8882ea0aff49a4.zip |
Fix some compile errors
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1037 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char')
-rw-r--r-- | src/char/char.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/char.c b/src/char/char.c index caae3c143..70bf4aeb7 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -25,6 +25,7 @@ #include "lock.h" #include "char.h" #include "showmsg.h" +#include "buffer.h" #include "inter.h" #include "int_pet.h" |