patch from Christian for FreeBSD

This commit is contained in:
Josh Coalson 2001-06-07 21:52:54 +00:00
parent 1099de9d36
commit 0cbd4c06f2

View File

@ -20,6 +20,7 @@
#include <sys/utime.h> /* for utime() */
#include <io.h> /* for chmod() */
#else
#include <sys/types.h>
#include <utime.h> /* for utime() */
#include <unistd.h> /* for chown() */
#endif