summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-03 13:50:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-03 13:50:51 (GMT)
commitb7227657f2bad367a82e12b8a8895e0f260ed952 (patch)
treec8e1f56291540e269e69d10b7a880e517b99c40b /tools
parent96ea55b95d2d55cd3409d2caa0bbec80e51d860b (diff)
downloadhdf5-b7227657f2bad367a82e12b8a8895e0f260ed952.zip
hdf5-b7227657f2bad367a82e12b8a8895e0f260ed952.tar.gz
hdf5-b7227657f2bad367a82e12b8a8895e0f260ed952.tar.bz2
Add missing header include
Diffstat (limited to 'tools')
-rw-r--r--tools/libtest/h5tools_test_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libtest/h5tools_test_utils.c b/tools/libtest/h5tools_test_utils.c
index 2f9958b..8956bb5 100644
--- a/tools/libtest/h5tools_test_utils.c
+++ b/tools/libtest/h5tools_test_utils.c
@@ -16,6 +16,7 @@
* Jacob Smith 2017-11-10
*/
+#include "h5tools.h"
#include "h5tools_utils.h"
#include "h5test.h"