summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-25 22:56:03 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-11-25 22:56:03 (GMT)
commit62208b056a09c01855fbac7f75146be58ad6bfe5 (patch)
tree4e5ef52dff5f4a3b70be683eee220190f929c6ef
parentd07aeef6adaf7c4f6d97ceb213d60cc60a8dbc6e (diff)
downloadhdf5-62208b056a09c01855fbac7f75146be58ad6bfe5.zip
hdf5-62208b056a09c01855fbac7f75146be58ad6bfe5.tar.gz
hdf5-62208b056a09c01855fbac7f75146be58ad6bfe5.tar.bz2
Add an #include to get a function declaration.
-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 */