mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-02-20 07:22:24 -07:00
Compilation fix
This commit is contained in:
parent
39db6bb461
commit
c71c5eb422
@ -12,6 +12,8 @@
|
||||
#include <Windows.h>
|
||||
#else
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
/* OS X uses MAP_ANON instead of MAP_ANONYMOUS */
|
||||
#ifndef MAP_ANONYMOUS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user