diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-07 02:04:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 02:04:34 (GMT) |
commit | 62ddef9758585ec5556b7ff2465ecae75013322d (patch) | |
tree | 2e70b6ed39539c609ad3aab41d1f69db4cf9854b /tools/test/h5repack/dynlib_vrpk.c | |
parent | 9ebe55b34c4d45db6b47d6cd0ee01efa20d0c31d (diff) | |
download | hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.zip hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.gz hdf5-62ddef9758585ec5556b7ff2465ecae75013322d.tar.bz2 |
Includes hdf5dev.h in hdf5.h (#728)
* Includes hdf5dev.h in hdf5.h
* Removes hdf5dev.h
* Restores H5PLextern.h as an independent header
* H5PLextern.h missed in the null VOL connector
Diffstat (limited to 'tools/test/h5repack/dynlib_vrpk.c')
-rw-r--r-- | tools/test/h5repack/dynlib_vrpk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/dynlib_vrpk.c b/tools/test/h5repack/dynlib_vrpk.c index 454ae49..5eac4f2 100644 --- a/tools/test/h5repack/dynlib_vrpk.c +++ b/tools/test/h5repack/dynlib_vrpk.c @@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdio.h> -#include "hdf5dev.h" +#include "H5PLextern.h" #define H5Z_FILTER_DYNLIB4 260 |