Quote:
#include "ipc_mutex.h"
#ifdef _WINDOWS
#include <Windows.h>
#else
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#endif
#include "types.h"
#include "eqemu_exception.h"
|
adding unistd.h seemed to have fixed it >.< seems like an odd problem though.