1 From e4c2c18b9d1d7a6dc17d8f7705b26fc2e2efc5a9 Mon Sep 17 00:00:00 2001
2 From: Brendan Heading <brendanheading@gmail.com>
3 Date: Sun, 30 Aug 2015 20:12:40 +0100
4 Subject: [PATCH 1/1] fix musl compilation issue
6 makedev(3) requires sys/types.h to be included.
8 Note upstream has not issued releases since 2009. No mailing list activity
9 since January 2010, and even before then it seems to be mostly spam.
11 Upstream-Status: dormant
12 Signed-off-by: Brendan Heading <brendanheading@gmail.com>
15 1 file changed, 1 insertion(+)
17 diff --git a/raidscan.c b/raidscan.c
18 index fab3b02..3cb1a0d 100644
25 +#include <sys/types.h>
27 #include <sys/ioctl.h>
28 #include <linux/major.h>