This commit is contained in:
James Anderson 2016-08-31 07:00:39 +00:00 committed by GitHub
commit 39ff009903

View File

@ -14,7 +14,12 @@
#endif
#ifndef _UNISTD_H
#include <unistd.h>
#if defined(_MSC_VER)
#include <io.h>
#define _UNISTD_H
#else
#include <unistd.h>
#endif
#endif