Skip to content

Commit

Permalink
Merge pull request #72 from Fantu/VAL-6.1-fix-build
Browse files Browse the repository at this point in the history
[VAL-6.1]  fix build on gcc 13.x
  • Loading branch information
SergeiShtepa authored Nov 1, 2023
2 parents cb55977 + c7f6129 commit 2952410
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions include/blksnap/Blksnap.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* flexibility. Uses structures that are directly passed to the kernel module.
*/

#include <stdint.h>
#include <string>
#include <uuid/uuid.h>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions include/blksnap/Service.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* The hi-level abstraction for the blksnap kernel module.
* Allows to show module kernel version.
*/
#include <stdint.h>
#include <string>

namespace blksnap
Expand Down
1 change: 1 addition & 0 deletions lib/blksnap/Blksnap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <blksnap/Blksnap.h>
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/ioctl.h>
Expand Down

0 comments on commit 2952410

Please sign in to comment.