diff options
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index 9a30f18..61e0c9e 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -131,6 +131,9 @@ #ifdef H5_HAVE_SYS_PROC_H # include <sys/proc.h> #endif +#ifdef H5_HAVE_IO_H +# include <io.h> +#endif #ifdef WIN32 |