2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

[svn-r11889] Purpose:

Bug fix

Description:
    Fix compile problem with C++ compiler after recent changes.

Platforms tested:
    FreeBSD 4.11 (sleipnir) w/CC=g++
This commit is contained in:
Quincey Koziol 2006-01-24 09:48:36 -05:00
parent 56e3f667d6
commit 6cf7a8fe7d

@ -13,6 +13,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdlib.h>
#include <string.h>
#include "h5repack.h"
/*-------------------------------------------------------------------------