aboutsummaryrefslogtreecommitdiffstats
path: root/community/udisks/udisks-include-sysmacros.patch
blob: dc1c77fa01a482bf63f0405e713794c6cbb19c3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
--- a/src/device.c
+++ b/src/device.c
@@ -29,6 +29,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
+#include <sys/sysmacros.h>
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/time.h>
--- a/src/mount-monitor.c
+++ b/src/mount-monitor.c
@@ -28,6 +28,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
+#include <sys/sysmacros.h>
 #include <sys/stat.h>
 #include <mntent.h>
 
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -39,6 +39,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
+#include <sys/sysmacros.h>
 #include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/resource.h>
--- a/tools/udisks.c
+++ b/tools/udisks.c
@@ -29,6 +29,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
+#include <sys/sysmacros.h>
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <fcntl.h>
--- a/tools/umount-udisks.c
+++ b/tools/umount-udisks.c
@@ -29,6 +29,7 @@
 #include <errno.h>
 #include <string.h>
 #include <sys/types.h>
+#include <sys/sysmacros.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <pwd.h>