From 62208b056a09c01855fbac7f75146be58ad6bfe5 Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 25 Nov 2019 16:56:03 -0600 Subject: Add an #include to get a function declaration. --- src/H5Oint.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit v0.12