diff --git a/README.md b/README.md index a6b238af..45a709ca 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ cd ./pkg/deb ``` ## Compatibility notes -- blksnap kernel module support kernel versions from 5.10 up to 6.3 +- blksnap kernel module support kernel versions from 5.10 up to 6.5 - all supported debian and ubuntu supported versions are supported but with some notes: - not all have debian/ubuntu versions have official packages of kernel >= 5.10, so an unofficial or custom ones more updated are needed, with blksnap-dkms should be still possible easy/fast build/install blksnap module on them (is also possible build/install it manually without dkms) - debian 8 and ubuntu 14.04 needs to install cmake 3 from backports to build diff --git a/include/blksnap/Blksnap.h b/include/blksnap/Blksnap.h index f1d4e108..391144b4 100644 --- a/include/blksnap/Blksnap.h +++ b/include/blksnap/Blksnap.h @@ -23,6 +23,7 @@ * flexibility. Uses structures that are directly passed to the kernel module. */ +#include #include #include #include diff --git a/include/blksnap/Service.h b/include/blksnap/Service.h index 76b28f11..e6f604a6 100644 --- a/include/blksnap/Service.h +++ b/include/blksnap/Service.h @@ -21,6 +21,7 @@ * The hi-level abstraction for the blksnap kernel module. * Allows to show module kernel version. */ +#include #include namespace blksnap diff --git a/lib/blksnap/Blksnap.cpp b/lib/blksnap/Blksnap.cpp index 4ab1d4fb..895d6c62 100644 --- a/lib/blksnap/Blksnap.cpp +++ b/lib/blksnap/Blksnap.cpp @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include