Fixes for cygwin and mingw builds.

This commit is contained in:
Robert Osfield
2002-02-09 10:24:39 +00:00
parent 254d22ec90
commit ed45cccc25
12 changed files with 246 additions and 91 deletions

View File

@@ -6,7 +6,7 @@
#include <iostream>
#ifdef __CYGWIN__
#if defined(__CYGWIN__) || defined(__MINGW32__)
#include <sys/types.h>
#endif