[_WIN32]: Add missing include sys/types.h to get off_t.

This commit is contained in:
Ron Koenderink 2006-07-11 03:16:02 +00:00
parent 7748e65fe6
commit e55198f2c3

View file

@ -38,8 +38,8 @@
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <signal.h> #include <signal.h>
#if !defined(_WIN32)
#include <sys/types.h> #include <sys/types.h>
#if !defined(_WIN32)
#include <unistd.h> #include <unistd.h>
#endif #endif
#include "file.h" #include "file.h"