workaround for #include bug on OS X
This commit is contained in:
parent
91b65f5a4c
commit
118e98b2d1
@ -20,6 +20,7 @@
|
||||
#include <sys/utime.h> /* for utime() */
|
||||
#include <io.h> /* for chmod() */
|
||||
#else
|
||||
#include <sys/types.h> /* some flavors of BSD (like OS X) require this to get time_t */
|
||||
#include <utime.h> /* for utime() */
|
||||
#include <unistd.h> /* for chown() */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user