diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-04-25 06:12:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-04-25 06:12:28 (GMT) |
commit | ff0b56fa384345331cd16db7c12afa0966959084 (patch) | |
tree | 724fd2cb89cdee8cf6c1a50c70e897f98c0325e4 /src/H5Rint.c | |
parent | b8bb6aec7e0efe6281f7a12367c647fd855e3ad0 (diff) | |
download | hdf5-ff0b56fa384345331cd16db7c12afa0966959084.zip hdf5-ff0b56fa384345331cd16db7c12afa0966959084.tar.gz hdf5-ff0b56fa384345331cd16db7c12afa0966959084.tar.bz2 |
Warning cleanup
Diffstat (limited to 'src/H5Rint.c')
-rw-r--r-- | src/H5Rint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Rint.c b/src/H5Rint.c index 9098a03..8109ac0 100644 --- a/src/H5Rint.c +++ b/src/H5Rint.c @@ -23,6 +23,7 @@ /***********/ #include "H5private.h" /* Generic Functions */ #include "H5ACprivate.h" /* Metadata cache */ +#include "H5CXprivate.h" /* API Contexts */ #include "H5Dprivate.h" /* Datasets */ #include "H5Eprivate.h" /* Error handling */ #include "H5Gprivate.h" /* Groups */ |