diff options
Diffstat (limited to 'src/map/charcommand.c')
-rw-r--r-- | src/map/charcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c index 940e51876..3b9979e42 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -11,6 +11,7 @@ #include "../common/socket.h"
#include "../common/timer.h"
#include "../common/nullpo.h"
+#include "../common/showmsg.h"
#include "log.h"
#include "clif.h"
@@ -26,7 +27,6 @@ #include "battle.h"
#include "charcommand.h"
#include "atcommand.h"
-#include "showmsg.h"
static char command_symbol = '#';
|