dvd+rw-tools: fix build w/ glibc-2.28

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-10-25 17:36:04 +02:00
parent e39533be87
commit 4f91a6112c
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- growisofs.c 2018-10-25 17:33:50.039660925 +0200
+++ growisofs.c 2018-10-25 17:34:10.649662395 +0200
@@ -450,6 +450,7 @@
# include <sys/wait.h>
# include <sys/mman.h>
# include <signal.h>
+# include <sys/sysmacros.h>
# include <poll.h>
# include <sys/resource.h>
# include <sys/utsname.h>