diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-18 19:21:55 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-18 19:21:55 (GMT) |
commit | c7e0a521dba6d84263a6aa9071ed40927a0e7986 (patch) | |
tree | f6551c6129ae72f8cf24572a7c5455e1598ad699 /src/H5PLprivate.h | |
parent | 296e21f2e221ff7e1c8bd04215040a5863dc59b9 (diff) | |
download | hdf5-c7e0a521dba6d84263a6aa9071ed40927a0e7986.zip hdf5-c7e0a521dba6d84263a6aa9071ed40927a0e7986.tar.gz hdf5-c7e0a521dba6d84263a6aa9071ed40927a0e7986.tar.bz2 |
[svn-r23365] I opted out dirent.h for Windows.
Not tested yet.
Diffstat (limited to 'src/H5PLprivate.h')
-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 */ |