diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-01 00:13:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-04-01 00:13:18 (GMT) |
commit | 9cd553e6f8ead0f793d6fd44a972d6533b12c288 (patch) | |
tree | 2f69b950bd2fc7831c98f3365c64341af63ddc86 /src/H5.c | |
parent | 21bd3532dd468eda3f32014fdc236d2a003f3521 (diff) | |
download | hdf5-9cd553e6f8ead0f793d6fd44a972d6533b12c288.zip hdf5-9cd553e6f8ead0f793d6fd44a972d6533b12c288.tar.gz hdf5-9cd553e6f8ead0f793d6fd44a972d6533b12c288.tar.bz2 |
[svn-r18475] Description:
Fix dependency issue and non-C99 coding goof.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ /* Headers */ /***********/ #include "H5private.h" /* Generic Functions */ +#include "H5lib_settings.h" /* Library build settings */ #include "H5ACprivate.h" /* Metadata cache */ #include "H5Dprivate.h" /* Datasets */ #include "H5Eprivate.h" /* Error handling */ |