summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-07-01 19:16:36 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-07-01 19:16:36 (GMT)
commit2e69c87e6bb087451a1bd80c0274ff35ab5de340 (patch)
treea0202983495e039df313b7ef6dfed5a731290c9d
parent37a03d1e3260655b0e64a1a5a899457ceef65400 (diff)
downloadhdf5-2e69c87e6bb087451a1bd80c0274ff35ab5de340.zip
hdf5-2e69c87e6bb087451a1bd80c0274ff35ab5de340.tar.gz
hdf5-2e69c87e6bb087451a1bd80c0274ff35ab5de340.tar.bz2
[svn-r1403] Added the include to make malloc compiled correctly.
-rw-r--r--examples/h5_reference.c1
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"