summaryrefslogtreecommitdiffstats
path: root/hl/test/test_image.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-03-18 12:23:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-03-18 12:23:04 (GMT)
commit1809f040c928269cde2784e76dbcf4a72e02e930 (patch)
tree0aeeb10d37c008ec61a52b6841d2b39afe2eb176 /hl/test/test_image.c
parentcd2534d9bad3151c5fda97c3a0f910e78f43a2df (diff)
downloadhdf5-1809f040c928269cde2784e76dbcf4a72e02e930.zip
hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.tar.gz
hdf5-1809f040c928269cde2784e76dbcf4a72e02e930.tar.bz2
[svn-r18419] Description:
Clean up srcdir querying code more, extracting it into single header file, to avoid compiler warnings. Tested on: Mac OS X/32 10.6.2 (amazon) w/debug & prod Linux/32 2.6 (jam)
Diffstat (limited to 'hl/test/test_image.c')
-rw-r--r--hl/test/test_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/test/test_image.c b/hl/test/test_image.c
index d87946c..1332841 100644
--- a/hl/test/test_image.c
+++ b/hl/test/test_image.c
@@ -16,6 +16,7 @@
#include <stdlib.h>
#include <string.h>
#include "h5hltest.h"
+#include "H5srcdir.h"
#include "H5LTpublic.h"
#include "H5IMpublic.h"
#include "pal_rgb.h"