summaryrefslogtreecommitdiffstats
path: root/src/H5FD.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-02-26 18:03:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-02-26 18:03:54 (GMT)
commitba5808196ed2a0e217f65f156ffbd659ad188348 (patch)
tree554d71b63a3b286d763941a5a1f0228913ce310e /src/H5FD.c
parent8c7b4c7de3c5e90e1165c2eb5eb058242d9f7dec (diff)
downloadhdf5-ba5808196ed2a0e217f65f156ffbd659ad188348.zip
hdf5-ba5808196ed2a0e217f65f156ffbd659ad188348.tar.gz
hdf5-ba5808196ed2a0e217f65f156ffbd659ad188348.tar.bz2
Moves H5queue.h from H5FDpublic.h to H5FD.c
Diffstat (limited to 'src/H5FD.c')
-rw-r--r--src/H5FD.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FD.c b/src/H5FD.c
index f34a2ec..3587eb7 100644
--- a/src/H5FD.c
+++ b/src/H5FD.c
@@ -39,6 +39,7 @@
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
#include "H5Pprivate.h" /* Property lists */
+#include "H5queue.h"
/****************/
/* Local Macros */