Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame^] | 1 | include sys/sysmacros.h for major/minor macro definitions |
2 | |||||
3 | Upstream-Status: Pending | ||||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
5 | --- a/mdadm.h | ||||
6 | +++ b/mdadm.h | ||||
7 | @@ -35,6 +35,7 @@ extern __off64_t lseek64 __P ((int __fd, | ||||
8 | |||||
9 | #include <sys/types.h> | ||||
10 | #include <sys/stat.h> | ||||
11 | +#include <sys/sysmacros.h> | ||||
12 | #include <stdint.h> | ||||
13 | #include <stdlib.h> | ||||
14 | #include <time.h> |