From 51af3383454626f78573baaa23e441cc81d6149f Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Mon, 9 Jul 2001 14:11:02 -0500 Subject: [svn-r4160] Purpose: added a include for io.h that was missing Description: Solution: Platforms tested: NT --- src/H5private.h | 3 +++ 1 file changed, 3 insertions(+) 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 #endif +#ifdef H5_HAVE_IO_H +# include +#endif #ifdef WIN32 -- cgit v0.12