mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Compilation fix
This commit is contained in:
parent
39db6bb461
commit
c71c5eb422
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue