Fix missing #include <unistd.h> on Linux

This commit is contained in:
Zeex 2016-07-02 19:59:21 +06:00
parent 82ca375152
commit 839cf52206

View File

@ -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