diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-01-24 14:48:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-01-24 14:48:36 (GMT) |
commit | 6cf7a8fe7db1ddd4d4dbfccd3306f1495fee2ae6 (patch) | |
tree | a3c142fe1b1f74e5957aa3ea01cb0e148087bf28 /tools | |
parent | 56e3f667d6e3e265ac044f3faf1b17137556e0f7 (diff) | |
download | hdf5-6cf7a8fe7db1ddd4d4dbfccd3306f1495fee2ae6.zip hdf5-6cf7a8fe7db1ddd4d4dbfccd3306f1495fee2ae6.tar.gz hdf5-6cf7a8fe7db1ddd4d4dbfccd3306f1495fee2ae6.tar.bz2 |
[svn-r11889] Purpose:
Bug fix
Description:
Fix compile problem with C++ compiler after recent changes.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/CC=g++
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5repack/h5repack.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> +#include <string.h> #include "h5repack.h" /*------------------------------------------------------------------------- |