summaryrefslogtreecommitdiffstats
path: root/src/H5PLprivate.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-03-18 19:21:55 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-03-18 19:21:55 (GMT)
commitc7e0a521dba6d84263a6aa9071ed40927a0e7986 (patch)
treef6551c6129ae72f8cf24572a7c5455e1598ad699 /src/H5PLprivate.h
parent296e21f2e221ff7e1c8bd04215040a5863dc59b9 (diff)
downloadhdf5-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.h5
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 */