Skip to content

Commit

Permalink
Add missing headers, fix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Murdock committed Nov 24, 2023
1 parent d79f5f3 commit bda29b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/support/sharedmem-linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ SOFTWARE.
#include "core/system.h"

#include <assert.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>

void PCSX::SharedMem::init(const char* name, size_t size) {
assert(m_mem == nullptr);
Expand Down

0 comments on commit bda29b5

Please sign in to comment.