You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
541 B
25 lines
541 B
From 02d3c9a60421741c0cdd2808d5fa18a1b53f32e1 Mon Sep 17 00:00:00 2001
|
|
From: Jakub Martisko <jamartis@redhat.com>
|
|
Date: Mon, 6 Aug 2018 10:07:07 +0200
|
|
Subject: [PATCH] include sysmacros header
|
|
|
|
---
|
|
growisofs.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/growisofs.c b/growisofs.c
|
|
index 8b71935..a5cde82 100644
|
|
--- 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"
|
|
--
|
|
2.14.4
|
|
|