Browse Source

- Fixed a STUPID Linux issue preventing compilation due to file name-casing

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15839 54d463be-8e91-2dee-dedb-b68131a5f0ec
epoque11 13 years ago
parent
commit
f7e408fd61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/map.h

+ 1 - 1
src/map/map.h

@@ -13,7 +13,7 @@
 /**
  * [rAthena.org]
  **/
-#include "./config/Core.h"
+#include "./config/core.h"
 
 #include <stdarg.h>