Fix Xcode 12 build error
This commit is contained in:
parent
621083c035
commit
1f97d59325
|
@ -47,6 +47,9 @@
|
|||
#define O_BINARY 0
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue