diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-12 22:09:19 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-12 22:09:19 (GMT) |
commit | 4f37d8e538a95a1081649b3d257b185455bad8c0 (patch) | |
tree | a26540776f275ed19559ce7859e210f41e5ee0c2 /src/H5public.h | |
parent | 27c8aafd4f036f0d7e72066a90837451c0a1b78d (diff) | |
parent | 758b9667b3e07a7562107f19f7dabee027e5bd53 (diff) | |
download | hdf5-4f37d8e538a95a1081649b3d257b185455bad8c0.zip hdf5-4f37d8e538a95a1081649b3d257b185455bad8c0.tar.gz hdf5-4f37d8e538a95a1081649b3d257b185455bad8c0.tar.bz2 |
Merge branch 'develop' into hdf5_1_10
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index de7972b..0094d6e 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -39,6 +39,7 @@ #endif #ifdef H5_STDC_HEADERS # include <limits.h> /*for H5T_NATIVE_CHAR defn in H5Tpublic.h */ +# include <stdarg.h> /*for variadic functions in H5VLpublic.h */ #endif #ifndef __cplusplus # ifdef H5_HAVE_STDINT_H |