mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-27 21:35:11 -06:00
Small fix 2
This commit is contained in:
parent
34590bc884
commit
6e77f80d5f
@ -1,4 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#include "Emu/SysCalls/Callback.h"
|
||||
#include "MemoryBlock.h"
|
||||
#include <vector>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user