aports/testing/snapper/miss-uint-includes.patch
2024-05-14 12:10:35 +00:00

12 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>