Blame SOURCES/dvd+rw-tools-7.1-sysmacros.patch

97eda4
From 02d3c9a60421741c0cdd2808d5fa18a1b53f32e1 Mon Sep 17 00:00:00 2001
97eda4
From: Jakub Martisko <jamartis@redhat.com>
97eda4
Date: Mon, 6 Aug 2018 10:07:07 +0200
97eda4
Subject: [PATCH] include sysmacros header
97eda4
97eda4
---
97eda4
 growisofs.c | 1 +
97eda4
 1 file changed, 1 insertion(+)
97eda4
97eda4
diff --git a/growisofs.c b/growisofs.c
97eda4
index 8b71935..a5cde82 100644
97eda4
--- a/growisofs.c
97eda4
+++ b/growisofs.c
97eda4
@@ -440,6 +440,7 @@
97eda4
 #include <string.h>
97eda4
 #include <fcntl.h>
97eda4
 #include <sys/types.h>
97eda4
+#include <sys/sysmacros.h>
97eda4
 #include <sys/stat.h>
97eda4
 #include <assert.h>
97eda4
 #include "mp.h"
97eda4
-- 
97eda4
2.14.4
97eda4