View Single Post
  #3  
Old 03-03-2013, 06:32 PM
addingice
Sarnak
 
Join Date: Jan 2013
Location: United States
Posts: 33
Default

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.
Reply With Quote