diff options
-rw-r--r-- | src/H5private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h index 0c43a91..78fadc1 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -122,8 +122,8 @@ #ifdef HAVE_IO_H # include <io.h> #endif -#ifdef HAVE_WINSOCK_H -# include <winsock2.h> +#ifdef HAVE_WINDOWS_H +#include <windows.h> #endif #ifndef F_OK # define F_OK 00 |