Windows build fixes.
[oweals/openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 4440ac28d7fee7900f5ebb5271bfabecc90ee8ea..67638f75340e2668c692444d0c4da91f81398cf7 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -134,6 +134,7 @@ extern "C" {
 #endif
 
 #ifdef WIN32
+#define NO_SYS_UN_H
 #define get_last_sys_error()   GetLastError()
 #define clear_sys_error()      SetLastError(0)
 #if !defined(WINNT)