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 68a2f1d4d..0193c315e 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -816,8 +816,10 @@ extern char *GRF_PATH_FILENAME;
#ifndef TXT_ONLY
// MySQL
+#ifdef __WIN32
#include <my_global.h>
#include <my_sys.h>
+#endif
#include <mysql.h>
void char_online_check(void); // [Valaris]