* Check for <unistd.h>, too. MSVC doesn't have it.

This commit is contained in:
Sam Hocevar
2007-02-01 16:08:33 +00:00
committed by sam
parent 4c58925d80
commit 4ee57fba0a
8 changed files with 20 additions and 8 deletions
+3 -1
View File
@@ -19,7 +19,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#if defined HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>