summaryrefslogtreecommitdiffstats
path: root/src/H5VLcallback.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-03-09 20:07:54 (GMT)
committerGitHub <noreply@github.com>2022-03-09 20:07:54 (GMT)
commitd5ddf61803f30e87bdfa629339fabf6fe1eb4a3c (patch)
treea706f48c739c46d1f451c6e1346457c19838bc7a /src/H5VLcallback.c
parent16f482de8f6f9a7447bf1d73702377b994b58aff (diff)
downloadhdf5-d5ddf61803f30e87bdfa629339fabf6fe1eb4a3c.zip
hdf5-d5ddf61803f30e87bdfa629339fabf6fe1eb4a3c.tar.gz
hdf5-d5ddf61803f30e87bdfa629339fabf6fe1eb4a3c.tar.bz2
Minor tweaks from VFD SWMR normalization (#1474)
Diffstat (limited to 'src/H5VLcallback.c')
-rw-r--r--src/H5VLcallback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLcallback.c b/src/H5VLcallback.c
index 4cf4d53..0c5c73d 100644
--- a/src/H5VLcallback.c
+++ b/src/H5VLcallback.c
@@ -30,7 +30,7 @@
#include "H5private.h" /* Generic Functions */
#include "H5Eprivate.h" /* Error handling */
#include "H5ESprivate.h" /* Event Sets */
-#include "H5Fprivate.h" /* File access */
+#include "H5Fprivate.h" /* File access */
#include "H5Iprivate.h" /* IDs */
#include "H5MMprivate.h" /* Memory management */
#include "H5Pprivate.h" /* Property lists */