Browse Source

Fixed bug with missing #include for Linux compiles

LethalEncounter 3 years ago
parent
commit
cda936ad3f
1 changed files with 1 additions and 0 deletions
  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(){