/** This file is part of the Mingw32 package. unistd.h maps (roughly) to io.h */ #ifndef CUSTOM_UNISTD_H #define CUSTOM_UNISTD_H #if defined( __APPLE__) || defined(__linux__) #include #else #include #include #endif #endif /* _UNISTD_H */