mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-02 14:50:16 +01: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 a new issue