diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-18 22:16:59 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-18 22:16:59 (GMT) |
commit | c08dc5f646ca7e074d6ed89824658fb9842eda19 (patch) | |
tree | e0b0a7c67efcf6fb877c2ef4bf3769e9cc210bd3 /src/H5PLprivate.h | |
parent | e4c9a6f3b61387368d69e1a676d9cacea2a42321 (diff) | |
download | hdf5-c08dc5f646ca7e074d6ed89824658fb9842eda19.zip hdf5-c08dc5f646ca7e074d6ed89824658fb9842eda19.tar.gz hdf5-c08dc5f646ca7e074d6ed89824658fb9842eda19.tar.bz2 |
[svn-r23373] Some updates for Windows.
Not tested.
Diffstat (limited to 'src/H5PLprivate.h')
-rw-r--r-- | src/H5PLprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PLprivate.h b/src/H5PLprivate.h index 7d363da..61cfcda 100644 --- a/src/H5PLprivate.h +++ b/src/H5PLprivate.h @@ -36,7 +36,7 @@ #endif #include <windows.h> - +#include <direct.h> /* For _getcwd() */ #endif /*H5_HAVE_WIN32_API*/ #ifdef H5_HAVE_DLFCN_H |