summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack.h
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-01-27 22:42:31 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-01-27 22:42:31 (GMT)
commit3607d0e11bd3100b5b767a4763ae72c3a7cc004e (patch)
treedf7c4f8043e8d41b17f9246f19ae34b24da54d2a /tools/h5repack/h5repack.h
parentcbcc7e92bb8dc8ffd8981cc4b09d767669bfa6a6 (diff)
downloadhdf5-3607d0e11bd3100b5b767a4763ae72c3a7cc004e.zip
hdf5-3607d0e11bd3100b5b767a4763ae72c3a7cc004e.tar.gz
hdf5-3607d0e11bd3100b5b767a4763ae72c3a7cc004e.tar.bz2
[svn-r20017] Purpose: fix compiler error on BP (AIX) from recent change for h5repack svn r20007.
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r--tools/h5repack/h5repack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h
index 163b277..fac2c50 100644
--- a/tools/h5repack/h5repack.h
+++ b/tools/h5repack/h5repack.h
@@ -18,6 +18,7 @@
#define H5REPACK_H__
#include <assert.h>
+#include <string.h>
#include "hdf5.h"
#include "h5trav.h"