mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-24 21:15:12 +00:00
Fix build on Linux (#295)
This commit is contained in:
parent
4e01841693
commit
39aaed235b
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
#else
|
||||
#include <sys/mman.h>
|
||||
#include <fcntl.h> /* For O_* constants */
|
||||
#include <libc.h>
|
||||
#include <unistd.h>
|
||||
#endif // _WIN32
|
||||
|
||||
struct LinkedMem *lm = NULL;
|
||||
|
@ -196,4 +196,4 @@ bool should_update_context() {
|
|||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue