summaryrefslogtreecommitdiffstats
path: root/hl/examples/ex_table_05.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2006-04-20 04:49:06 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2006-04-20 04:49:06 (GMT)
commit57a2e33c57a54939fb5e2feadb077fa5ba8f3de1 (patch)
tree711e2d8908778cb7e4fa520975c987dcda1a6fed /hl/examples/ex_table_05.c
parentfdbf3b5a4bede7c342d5946cbcb427f4ca898423 (diff)
downloadhdf5-57a2e33c57a54939fb5e2feadb077fa5ba8f3de1.zip
hdf5-57a2e33c57a54939fb5e2feadb077fa5ba8f3de1.tar.gz
hdf5-57a2e33c57a54939fb5e2feadb077fa5ba8f3de1.tar.bz2
[svn-r12285] Purpose:
bug fixes. Description: Added #include "hdf5_hl.h" to each example programs. Platforms tested: Heping.
Diffstat (limited to 'hl/examples/ex_table_05.c')
-rw-r--r--hl/examples/ex_table_05.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/examples/ex_table_05.c b/hl/examples/ex_table_05.c
index 321c060..62c231d 100644
--- a/hl/examples/ex_table_05.c
+++ b/hl/examples/ex_table_05.c
@@ -14,6 +14,7 @@
#include "hdf5.h"
+#include "hdf5_hl.h"
#include <stdlib.h>
/*-------------------------------------------------------------------------