[_WIN32]: Add missing include sys/types.h to get off_t.
This commit is contained in:
parent
7748e65fe6
commit
e55198f2c3
1 changed files with 1 additions and 1 deletions
|
@ -38,8 +38,8 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/types.h>
|
||||
#if !defined(_WIN32)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include "file.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue