diff options
Diffstat (limited to 'hl/examples/ex_image1.c')
-rw-r--r-- | hl/examples/ex_image1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/ex_image1.c b/hl/examples/ex_image1.c index 0535cbc..a2ac884 100644 --- a/hl/examples/ex_image1.c +++ b/hl/examples/ex_image1.c @@ -12,7 +12,7 @@ * access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -#include "H5IM.h" +#include "hdf5.h" #define WIDTH (hsize_t)400 #define HEIGHT (hsize_t)200 |