summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 81d1b8cbc..68a2f1d4d 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -816,6 +816,8 @@ extern char *GRF_PATH_FILENAME;
#ifndef TXT_ONLY
// MySQL
+#include <my_global.h>
+#include <my_sys.h>
#include <mysql.h>
void char_online_check(void); // [Valaris]