mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-30 05:08:42 +02:00
13 lines
286 B
Diff
13 lines
286 B
Diff
|
diff --git a/snapper/BcachefsUtils.cc b/snapper/BcachefsUtils.cc
|
||
|
index e9163ff..4a510d5 100644
|
||
|
--- a/snapper/BcachefsUtils.cc
|
||
|
+++ b/snapper/BcachefsUtils.cc
|
||
|
@@ -22,6 +22,7 @@
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
+#include <asm/types.h>
|
||
|
#include <cstring>
|
||
|
#include <cerrno>
|
||
|
#include <sys/stat.h>
|