summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-09 23:28:26 +0000
committerepoque11 <epoque11@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-09 23:28:26 +0000
commit73c80bee180cda38c9ee421c20b39aa740e394ad (patch)
tree5e60dd23b32936ca5f34da88770ca13779b629f0 /src
parent7d50f79a9c5c5de524b4e532d3ce1b2fd0745857 (diff)
downloadhercules-73c80bee180cda38c9ee421c20b39aa740e394ad.tar.gz
hercules-73c80bee180cda38c9ee421c20b39aa740e394ad.tar.bz2
hercules-73c80bee180cda38c9ee421c20b39aa740e394ad.tar.xz
hercules-73c80bee180cda38c9ee421c20b39aa740e394ad.zip
- Fixed a STUPID Linux issue preventing compilation due to file name-casing
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15839 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index be90b6644..8456959b7 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -13,7 +13,7 @@
/**
* [rAthena.org]
**/
-#include "./config/Core.h"
+#include "./config/core.h"
#include <stdarg.h>