diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-25 22:56:03 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-25 22:56:03 (GMT) |
commit | 62208b056a09c01855fbac7f75146be58ad6bfe5 (patch) | |
tree | 4e5ef52dff5f4a3b70be683eee220190f929c6ef /src/H5Oint.c | |
parent | d07aeef6adaf7c4f6d97ceb213d60cc60a8dbc6e (diff) | |
download | hdf5-62208b056a09c01855fbac7f75146be58ad6bfe5.zip hdf5-62208b056a09c01855fbac7f75146be58ad6bfe5.tar.gz hdf5-62208b056a09c01855fbac7f75146be58ad6bfe5.tar.bz2 |
Add an #include to get a function declaration.
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r-- | src/H5Oint.c | 1 |
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 */ |