Fix missing #include <unistd.h> on Linux
This commit is contained in:
parent
82ca375152
commit
839cf52206
@ -40,7 +40,7 @@
|
||||
#include <binreloc.h> /* from BinReloc, see www.autopackage.org */
|
||||
#endif
|
||||
|
||||
#if defined __APPLE__
|
||||
#if defined LINUX || defined __APPLE__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user