diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-07-09 19:11:02 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-07-09 19:11:02 (GMT) |
commit | 51af3383454626f78573baaa23e441cc81d6149f (patch) | |
tree | ea25b0ace5e26cda79fd582f54ff352aca7a774b /src/H5private.h | |
parent | a979452f69febe9ad29c72a30db77d499fca7c09 (diff) | |
download | hdf5-51af3383454626f78573baaa23e441cc81d6149f.zip hdf5-51af3383454626f78573baaa23e441cc81d6149f.tar.gz hdf5-51af3383454626f78573baaa23e441cc81d6149f.tar.bz2 |
[svn-r4160] Purpose:
added a include for io.h that was missing
Description:
Solution:
Platforms tested:
NT
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 |