summaryrefslogtreecommitdiff
path: root/src/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.cpp')
-rw-r--r--src/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console.cpp b/src/console.cpp
index a85b21c4c..2713744d2 100644
--- a/src/console.cpp
+++ b/src/console.cpp
@@ -10,7 +10,6 @@
#include "window_gui.h"
#include "player.h"
#include "variables.h"
-#include "string.h"
#include <stdarg.h>
#include <string.h>
#include "console.h"
@@ -19,6 +18,7 @@
#include "network/network_server.h"
#include "core/alloc_func.hpp"
#include "window_func.h"
+#include "string_func.h"
#define ICON_BUFFER 79
#define ICON_HISTORY_SIZE 20