Fixed build for windows
parent
c5103de9ff
commit
a86e768cce
|
@ -43,7 +43,9 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <fcntl.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef LIBETPAN_REENTRANT
|
||||
#if defined(HAVE_PTHREAD_H) && !defined(IGNORE_PTHREAD_H)
|
||||
|
|
Loading…
Reference in New Issue