mirror of https://github.com/BOINC/boinc.git
Win compile fix
This commit is contained in:
parent
b36c17f82b
commit
43efa3a368
|
@ -18,7 +18,9 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue