diff options
-rw-r--r-- | src/H5PLprivate.h | 5 |
1 files 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 <dlfcn.h> +#include <dlfcn.h> #endif +#ifndef H5_HAVE_WIN32_API #include <dirent.h> -/*#include <sys/dirent.h>*/ +#endif /**************************/ /* Library Private Macros */ |