mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12: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>
|
#include <Windows.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
/* OS X uses MAP_ANON instead of MAP_ANONYMOUS */
|
/* OS X uses MAP_ANON instead of MAP_ANONYMOUS */
|
||||||
#ifndef MAP_ANONYMOUS
|
#ifndef MAP_ANONYMOUS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue