From c7e0a521dba6d84263a6aa9071ed40927a0e7986 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Mon, 18 Mar 2013 14:21:55 -0500 Subject: [svn-r23365] I opted out dirent.h for Windows. Not tested yet. --- src/H5PLprivate.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h index f0aa348..197212a 100644 --- a/src/H5PLprivate.h +++ b/src/H5PLprivate.h @@ -27,11 +27,12 @@ #include "H5private.h" /* Generic Functions */ #ifdef H5_HAVE_DLFCN_H - #include +#include #endif +#ifndef H5_HAVE_WIN32_API #include -/*#include */ +#endif /**************************/ /* Library Private Macros */ -- cgit v0.12