diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-07-01 19:16:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-07-01 19:16:36 (GMT) |
commit | 2e69c87e6bb087451a1bd80c0274ff35ab5de340 (patch) | |
tree | a0202983495e039df313b7ef6dfed5a731290c9d /examples | |
parent | 37a03d1e3260655b0e64a1a5a899457ceef65400 (diff) | |
download | hdf5-2e69c87e6bb087451a1bd80c0274ff35ab5de340.zip hdf5-2e69c87e6bb087451a1bd80c0274ff35ab5de340.tar.gz hdf5-2e69c87e6bb087451a1bd80c0274ff35ab5de340.tar.bz2 |
[svn-r1403] Added the include to make malloc compiled correctly.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/h5_reference.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/h5_reference.c b/examples/h5_reference.c index a69afe2..a345166 100644 --- a/examples/h5_reference.c +++ b/examples/h5_reference.c @@ -8,6 +8,7 @@ * */ +#include <stdlib.h> #include<hdf5.h> #define FILE "refere.h5" |