summaryrefslogtreecommitdiffstats
path: root/hl/examples/ex_image1.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_image1.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_image1.c')
-rw-r--r--hl/examples/ex_image1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/examples/ex_image1.c b/hl/examples/ex_image1.c
index a2ac884..ec7b4c2 100644
--- a/hl/examples/ex_image1.c
+++ b/hl/examples/ex_image1.c
@@ -13,6 +13,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include "hdf5.h"
+#include "hdf5_hl.h"
#define WIDTH (hsize_t)400
#define HEIGHT (hsize_t)200