Fix for compile issues on windows (bad perl bad)

This commit is contained in:
KimLS
2019-07-08 19:26:21 -07:00
parent d8f34651de
commit 8c75cf1ff5
3 changed files with 15 additions and 7 deletions
+3 -3
View File
@@ -2,8 +2,9 @@
#include <winsock2.h>
#endif
#include "../common/misc_functions.h"
#include "../common/eqemu_logsys.h"
#include "misc_functions.h"
#include "eqemu_logsys.h"
#include "timer.h"
#include "dbcore.h"
@@ -21,7 +22,6 @@
#else
#include "unix.h"
#include "timer.h"
#include <pthread.h>
#endif