Skip to content

Commit

Permalink
iOS buildfix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jul 4, 2020
1 parent 055b7d1 commit 9341d6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Core/MemMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
#include "Common/MemArena.h"
#include "Common/ChunkFile.h"

#ifdef __FreeBSD__
#include <signal.h>
#endif
#ifndef _WIN32
#include <unistd.h> // Needed for _POSIX_VERSION
#endif

#if PPSSPP_ARCH(AMD64) || PPSSPP_ARCH(X86)
#include "Common/MachineContext.h"
Expand Down

0 comments on commit 9341d6c

Please sign in to comment.