<io.h> provides read/write/open/...

llvm-svn: 14017
This commit is contained in:
Chris Lattner 2004-06-04 20:05:35 +00:00
parent 52d1b9e247
commit 0a5701bc3d

View File

@ -16,12 +16,13 @@
#include "Config/config.h"
#ifdef HAVE_UNISTD_H
#if defined(HAVE_UNISTD_H) && !defined(_MSC_VER)
#include <unistd.h>
#endif
#ifdef _WIN32
#include <process.h>
#include <io.h>
#endif
#endif