Add windows.h to pickup GetLastError, etc.
robs [Mon, 18 Jun 2001 14:28:01 +0000 (14:28 +0000)]
include/fcgios.h

index 4b1337e..80fe006 100755 (executable)
 #include <sys/time.h>
 #endif
 
+#ifdef HAVE_WINDOWS_H
+#include <windows.h>
+#endif
+
 #if defined (c_plusplus) || defined (__cplusplus)
 extern "C" {
 #endif
 
-
 #ifdef _WIN32
 #define OS_Errno GetLastError()
 #define OS_SetErrno(err) SetLastError(err)