summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-05 20:13:33 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-05 20:13:33 (GMT)
commit78a038818ecce57a86dc26adb60897ae6253a220 (patch)
tree070bc9564a27becb8663f2efc00148b77fdf4fe6 /src/H5private.h
parentabc065ad15f10137890ac36ccf0580a0f88d4591 (diff)
downloadhdf5-78a038818ecce57a86dc26adb60897ae6253a220.zip
hdf5-78a038818ecce57a86dc26adb60897ae6253a220.tar.gz
hdf5-78a038818ecce57a86dc26adb60897ae6253a220.tar.bz2
[svn-r15156] Purpose: Update H5private.h with new file name
Description: Forgot to change the filename reference in H5private.h. This update fixes it. Tested: kagiso
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index b6a65f3..4c8a6d6 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -497,7 +497,7 @@ typedef struct {
*/
/* Use platform-specific versions if necessary */
-#include "win32defs.h"
+#include "H5win32defs.h"
#ifndef HDabort
#define HDabort() abort()