diff --git a/eqlaunch/eqlaunch.cpp b/eqlaunch/eqlaunch.cpp index 7bb0d2277..d1ee0d8fb 100644 --- a/eqlaunch/eqlaunch.cpp +++ b/eqlaunch/eqlaunch.cpp @@ -31,6 +31,10 @@ #include #include +#ifndef _WINDOWS +#include "../common/unix.h" +#endif + EQEmuLogSys Log; bool RunLoops = false;