From 6cf7a8fe7db1ddd4d4dbfccd3306f1495fee2ae6 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 24 Jan 2006 09:48:36 -0500 Subject: [svn-r11889] Purpose: Bug fix Description: Fix compile problem with C++ compiler after recent changes. Platforms tested: FreeBSD 4.11 (sleipnir) w/CC=g++ --- tools/h5repack/h5repack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/h5repack/h5repack.c b/tools/h5repack/h5repack.c index 5b5f8c3..f90ff54 100644 --- a/tools/h5repack/h5repack.c +++ b/tools/h5repack/h5repack.c @@ -13,6 +13,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include +#include #include "h5repack.h" /*------------------------------------------------------------------------- -- cgit v0.12