diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-11-19 15:41:51 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-11-19 15:41:51 (GMT) |
commit | a71edc1314fcf8e7a3136169d62d8d103ea2ebaf (patch) | |
tree | 113815bd588154162166e1562d7a4b4a95c91df7 /test/chunk.c | |
parent | c865c80878d66aef2037a32b9c31e58905838535 (diff) | |
download | hdf5-a71edc1314fcf8e7a3136169d62d8d103ea2ebaf.zip hdf5-a71edc1314fcf8e7a3136169d62d8d103ea2ebaf.tar.gz hdf5-a71edc1314fcf8e7a3136169d62d8d103ea2ebaf.tar.bz2 |
[svn-r1840] update the #includes so it would use the new ones defined in the H5pubconf.h
file. didn't compile otherwise.
Diffstat (limited to 'test/chunk.c')
-rw-r--r-- | test/chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chunk.c b/test/chunk.c index 738dd21..d939458 100644 --- a/test/chunk.c +++ b/test/chunk.c @@ -14,7 +14,7 @@ #undef NDEBUG #include <hdf5.h> -#ifdef STDC_HEADERS +#ifdef H5_STDC_HEADERS # include <assert.h> # include <stdio.h> # include <stdlib.h> |