From c05f6477e0602d2dbccb215407b58b653d1f0fd5 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 29 Nov 2000 15:04:32 -0500 Subject: [svn-r3024] Purpose: Fix a bug on windows Description: add windows.h for WIN32 Platforms tested: windows NT5.0,4.0, eirene --- src/H5FDsec2.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c index 7674e6d..91f3f6c 100644 --- a/src/H5FDsec2.c +++ b/src/H5FDsec2.c @@ -21,6 +21,10 @@ #include /* Memory allocation */ #include /*property lists */ +#ifdef WIN32 +#include +#endif + #ifdef MAX #undef MAX #define MAX(X,Y) ((X)>(Y)?(X):(Y)) -- cgit v0.12