diff options
| author | Mike Sullivan <mksully22@gmail.com> | 2019-08-12 15:05:02 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-14 11:51:29 +0000 |
| commit | bc030a7fdfef765432b1e9aa327ef8ba32646ebd (patch) | |
| tree | ae9d1059f1e2def9c6be14c811ba50850cc26d23 /main/parted/parted-include-sysmacros.patch | |
| parent | cbfc890c785c113b462f0cb5bbbe873503b00c9f (diff) | |
| download | aports-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.patch | 10 |
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> |
