Fix compilation on OSX after own rB414c70435dcd...
Sigh, why can't all unix have same includes? :/
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
# include "utf_winfunc.h"
|
||||
# include "utfconv.h"
|
||||
#else
|
||||
# include <unistd.h> // for read close
|
||||
# include <sys/param.h>
|
||||
# include <dirent.h>
|
||||
# include <unistd.h>
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
# ifdef WITH_BINRELOC
|
||||
# include "binreloc.h"
|
||||
# endif
|
||||
# include <unistd.h> /* mkdtemp on OSX (and probably all *BSD?), not worth making specific check for this OS. */
|
||||
#endif /* WIN32 */
|
||||
|
||||
/* local */
|
||||
|
||||
Reference in New Issue
Block a user