mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +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
|
#else
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <fcntl.h> /* For O_* constants */
|
#include <fcntl.h> /* For O_* constants */
|
||||||
#include <libc.h>
|
#include <unistd.h>
|
||||||
#endif // _WIN32
|
#endif // _WIN32
|
||||||
|
|
||||||
struct LinkedMem *lm = NULL;
|
struct LinkedMem *lm = NULL;
|
||||||
|
|
Loading…
Reference in a new issue