Added #include <unistd.h> for non Win32/Mingw build

This commit is contained in:
Robert Osfield
2007-03-27 08:43:59 +00:00
parent ee563ee5c3
commit 37dd2851e9

View File

@@ -1,7 +1,9 @@
#include <stdio.h>
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <stdio.h>
#include <io.h>
#else
#include <unistd.h>
#endif
#include "ESRIShape.h"