Преглед изворни кода

Fixed bug with missing #include for Linux compiles

LethalEncounter пре 3 година
родитељ
комит
cda936ad3f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      EQ2/source/WorldServer/WorldDatabase.cpp

+ 1 - 0
EQ2/source/WorldServer/WorldDatabase.cpp

@@ -72,6 +72,7 @@ extern ChestTrapList chest_trap_list;
 #if defined(__GNUC__)
 #define stricmp strcasecmp
 #define strnicmp strncasecmp
+#include <sys/stat.h>
 #endif
 
 WorldDatabase::WorldDatabase(){