mirror of https://github.com/BOINC/boinc.git
No unistd.h on windows
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@936 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
0308e86a4e
commit
70c2b37867
|
@ -8,9 +8,9 @@
|
|||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <sys/syslog.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue