Mac compile fix

This commit is contained in:
kintel 2008-04-03 00:26:31 +00:00
parent e3db76e9e4
commit b2494d5b01
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#ifdef unix #ifndef WIN32
# include <unistd.h> # include <unistd.h>
# include <utime.h> # include <utime.h>
# include <sys/types.h> # include <sys/types.h>