void-packages/srcpkgs/mac-fdisk/patches/mac-fdisk-fdisk-header-musl.patch
q66 3c052ea7dd mac-fdisk: sync patches from adelie
This should also fix it on musl.
2019-11-01 21:34:46 +01:00

10 lines
222 B
Diff

--- a/fdisk.c 2016-01-24 03:39:51.647734970 -0600
+++ b/fdisk.c 2016-01-26 00:55:18.478415913 -0600
@@ -70,6 +70,7 @@
#include <endian.h>
#include <sys/ioctl.h>
+#include <sys/types.h>
#include "kernel-defs.h"