diff options
Diffstat (limited to 'testing/snapper/musl-mode_t.patch')
-rw-r--r-- | testing/snapper/musl-mode_t.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/snapper/musl-mode_t.patch b/testing/snapper/musl-mode_t.patch new file mode 100644 index 0000000000..3c9b6e2007 --- /dev/null +++ b/testing/snapper/musl-mode_t.patch @@ -0,0 +1,12 @@ +The mode_t type is defined in fcntl.h + +--- a/snapper/FileUtils.h 2015-02-18 18:54:03.000000000 +0100 ++++ b/snapper/FileUtils.h 2015-08-30 10:45:43.285166420 +0200 +@@ -24,6 +24,7 @@ + #define SNAPPER_FILE_UTILS_H + + ++#include <fcntl.h> + #include <string> + #include <vector> + #include <functional> |