diff options
Diffstat (limited to 'tools/h5repart.c')
-rw-r--r-- | tools/h5repart.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h5repart.c b/tools/h5repart.c index 6704f38..de7b3df 100644 --- a/tools/h5repart.c +++ b/tools/h5repart.c @@ -32,6 +32,10 @@ # include <sys/stat.h> #endif +#ifdef WIN32 +#include <io.h> +#endif + #ifndef FALSE #define FALSE 0 #endif |