aboutsummaryrefslogtreecommitdiffstats
path: root/testing/snapper/musl-mode_t.patch
blob: 3c9b6e20074b0295e8d630a204b0268d530dccb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>