aboutsummaryrefslogtreecommitdiffstats
path: root/community/dvd+rw-tools/fix-sysmacros-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/dvd+rw-tools/fix-sysmacros-header.patch')
-rw-r--r--community/dvd+rw-tools/fix-sysmacros-header.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/dvd+rw-tools/fix-sysmacros-header.patch b/community/dvd+rw-tools/fix-sysmacros-header.patch
new file mode 100644
index 0000000000..8ed92e176e
--- /dev/null
+++ b/community/dvd+rw-tools/fix-sysmacros-header.patch
@@ -0,0 +1,10 @@
+--- a/growisofs.c
++++ b/growisofs.c
+@@ -440,6 +440,7 @@
+ #include <string.h>
+ #include <fcntl.h>
+ #include <sys/types.h>
++#include <sys/sysmacros.h>
+ #include <sys/stat.h>
+ #include <assert.h>
+ #include "mp.h"