summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-25 22:56:03 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:19:38 (GMT)
commitdffa21d2fb817ab59c180d54acde876567beb78d (patch)
tree353ae04e308388c4dd01376adea859066ff76c58 /src/H5Oint.c
parentc258fc10fc0fb843624b8129369a5c714075fc5f (diff)
downloadhdf5-dffa21d2fb817ab59c180d54acde876567beb78d.zip
hdf5-dffa21d2fb817ab59c180d54acde876567beb78d.tar.gz
hdf5-dffa21d2fb817ab59c180d54acde876567beb78d.tar.bz2
Add an #include to get a function declaration.
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r--src/H5Oint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c
index b97ff30..0029976 100644
--- a/src/H5Oint.c
+++ b/src/H5Oint.c
@@ -31,6 +31,7 @@
/* Headers */
/***********/
#include "H5private.h" /* Generic Functions */
+#include "H5CXprivate.h" /* API contexts */
#include "H5Eprivate.h" /* Error handling */
#include "H5Fprivate.h" /* File access */
#include "H5FLprivate.h" /* Free lists */