Fixed build for windows

pull/2/merge
Hoa V. Dinh 2014-11-16 11:53:02 -08:00
parent c5103de9ff
commit a86e768cce
1 changed files with 2 additions and 0 deletions

View File

@ -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)