summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative_token.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2024-03-16 16:42:32 (GMT)
committerGitHub <noreply@github.com>2024-03-16 16:42:32 (GMT)
commit9a90122ef898c064d9b1c46f5c50d10d33ac5ee4 (patch)
treeb41afc4160e7d2a0835c5871bc80ac2a93305e9c /src/H5VLnative_token.c
parent1029e34fb95f58b193476291453f80a5ca697a2c (diff)
downloadhdf5-9a90122ef898c064d9b1c46f5c50d10d33ac5ee4.zip
hdf5-9a90122ef898c064d9b1c46f5c50d10d33ac5ee4.tar.gz
hdf5-9a90122ef898c064d9b1c46f5c50d10d33ac5ee4.tar.bz2
Header cleanup in C library (#4154)
* Ensure H5FL header is included everywhere * Ensure H5SL header is included everywhere * Ensure H5MM header is included everywhere
Diffstat (limited to 'src/H5VLnative_token.c')
-rw-r--r--src/H5VLnative_token.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLnative_token.c b/src/H5VLnative_token.c
index 353e8cd..f726504 100644
--- a/src/H5VLnative_token.c
+++ b/src/H5VLnative_token.c
@@ -23,6 +23,7 @@
/***********/
#include "H5private.h" /* Generic Functions */
#include "H5Eprivate.h" /* Error handling */
+#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory handling */
#include "H5VLnative_private.h" /* Native VOL connector */