mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
- Also include <sys/types.h> if system has <unistd.h>
This commit is contained in:
parent
00a63b5e88
commit
7ec7300784
@ -25,6 +25,7 @@
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
#include <sys/mman.h>
|
||||
|
Loading…
Reference in New Issue
Block a user