diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/H5FDlog.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c index 8913cf9..195e34c 100644 --- a/src/H5FDlog.c +++ b/src/H5FDlog.c @@ -23,6 +23,10 @@ #include <H5MMprivate.h> /* Memory allocation */ #include <H5Pprivate.h> /*property lists */ +#ifdef WIN32 +#include <windows.h> +#endif + #ifdef MAX #undef MAX #define MAX(X,Y) ((X)>(Y)?(X):(Y)) |