fixed unistd.h portability issue

This commit is contained in:
Caner Candan 2010-11-17 11:41:43 +01:00
commit 8ecef39168

View file

@ -26,7 +26,12 @@ Authors:
*/
#ifdef _INTERIX
#include <io.h>
#else // _INTERIX
#include <unistd.h>
#endif // ! _INTERIX
#include <fcntl.h>
#include <cstdlib>
#include <cstdio> // used to define EOF