summaryrefslogtreecommitdiffstats
path: root/src/H5VLtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLtest.c')
-rw-r--r--src/H5VLtest.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/H5VLtest.c b/src/H5VLtest.c
index 1f99ce5..998ec8d 100644
--- a/src/H5VLtest.c
+++ b/src/H5VLtest.c
@@ -31,9 +31,12 @@
/***********/
/* Headers */
/***********/
-#include "H5private.h" /* Generic Functions */
-#include "H5Eprivate.h" /* Error handling */
-#include "H5VLpkg.h" /* Virtual Object Layer */
+#include "H5private.h" /* Generic Functions */
+#include "H5Eprivate.h" /* Error handling */
+#include "H5Fprivate.h" /* Files */
+#include "H5Iprivate.h" /* IDs */
+#include "H5Pprivate.h" /* Property lists */
+#include "H5VLpkg.h" /* Virtual Object Layer */
/****************/
/* Local Macros */