MinGW apparently has unistd.h.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1909 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-10-15 08:19:39 +00:00
parent 0f3eb36248
commit eed85494e5
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef _UIOPORT_H #ifndef _UIOPORT_H
#define _UIOPORT_H #define _UIOPORT_H
#ifdef WIN32 #ifdef _MSC_VER
# include <io.h> # include <io.h>
#else #else
# include <unistd.h> # include <unistd.h>