mirror of https://github.com/PCSX2/pcsx2.git
Some Qt for Mac fixes.
This commit is contained in:
parent
30096a5ae4
commit
66c6c2400a
|
@ -20,7 +20,6 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#include <mach/mach_time.h>
|
#include <mach/mach_time.h>
|
||||||
#include <wx/string.h>
|
|
||||||
|
|
||||||
#include "common/Pcsx2Types.h"
|
#include "common/Pcsx2Types.h"
|
||||||
#include "common/General.h"
|
#include "common/General.h"
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include <sys/select.h>
|
||||||
#define SD_RECEIVE SHUT_RD
|
#define SD_RECEIVE SHUT_RD
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
#include "PrecompiledHeader.h"
|
#include "PrecompiledHeader.h"
|
||||||
#include "AsyncFileReader.h"
|
#include "AsyncFileReader.h"
|
||||||
#include "common/FileSystem.h"
|
#include "common/FileSystem.h"
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
// The aio module has been reported to cause issues with FreeBSD 10.3, so let's
|
// The aio module has been reported to cause issues with FreeBSD 10.3, so let's
|
||||||
// disable it for 10.3 and earlier and hope FreeBSD 11 and onwards is fine.
|
// disable it for 10.3 and earlier and hope FreeBSD 11 and onwards is fine.
|
||||||
|
|
Loading…
Reference in New Issue