diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-06 19:27:55 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-06 19:27:55 +0000 |
commit | 54eb27fc3e1e3635e0905a2fc5735a2c77b19d98 (patch) | |
tree | 359160b683f2e05c51b2c14a4ed98fb6aa749399 | |
parent | b4e1f5056eb0aa93331a792301ad263a25e56c33 (diff) | |
download | hercules-54eb27fc3e1e3635e0905a2fc5735a2c77b19d98.tar.gz hercules-54eb27fc3e1e3635e0905a2fc5735a2c77b19d98.tar.bz2 hercules-54eb27fc3e1e3635e0905a2fc5735a2c77b19d98.tar.xz hercules-54eb27fc3e1e3635e0905a2fc5735a2c77b19d98.zip |
Patching a gcc compilation problem...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11689 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/charcommand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 8a1ca7cc7..08aa5ead2 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -1,6 +1,8 @@ // Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder +#include "../common/cbasetypes.h" +#include "../common/mmo.h" #include "../common/timer.h" #include "../common/nullpo.h" #include "../common/showmsg.h" |