https://build.opensuse.org/projects/openSUSE:Factory/packages/kst/files/fix-hdf5-include-path.patch Subject: Fix a header path From: Antonio Larrosa We install H5Cpp.h in /usr/include so we need to fix the include line. Index: kst-plot/src/datasources/hdf5/hdf5.h =================================================================== --- a/src/datasources/hdf5/hdf5.h +++ b/src/datasources/hdf5/hdf5.h @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include "debug.h"