workaround for #include bug on OS X

This commit is contained in:
Josh Coalson 2001-06-27 06:46:24 +00:00
parent 91b65f5a4c
commit 118e98b2d1

View File

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