aboutsummaryrefslogtreecommitdiffstats
path: root/main/parted/parted-include-sysmacros.patch
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-08-12 15:05:02 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-08-14 11:51:29 +0000
commitbc030a7fdfef765432b1e9aa327ef8ba32646ebd (patch)
treeae9d1059f1e2def9c6be14c811ba50850cc26d23 /main/parted/parted-include-sysmacros.patch
parentcbfc890c785c113b462f0cb5bbbe873503b00c9f (diff)
downloadaports-bc030a7fdfef765432b1e9aa327ef8ba32646ebd.tar.bz2
aports-bc030a7fdfef765432b1e9aa327ef8ba32646ebd.tar.xz
main/parted: included needed sysmacros.h header
Diffstat (limited to 'main/parted/parted-include-sysmacros.patch')
-rw-r--r--main/parted/parted-include-sysmacros.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/parted/parted-include-sysmacros.patch b/main/parted/parted-include-sysmacros.patch
new file mode 100644
index 0000000000..52ec588c17
--- /dev/null
+++ b/main/parted/parted-include-sysmacros.patch
@@ -0,0 +1,10 @@
+--- a/libparted/arch/linux.c
++++ b/libparted/arch/linux.c
+@@ -38,6 +38,7 @@
+ #include <sys/ioctl.h>
+ #include <sys/stat.h>
+ #include <sys/types.h>
++#include <sys/sysmacros.h>
+ #include <sys/utsname.h> /* for uname() */
+ #include <scsi/scsi.h>
+ #include <assert.h>