sbcl rebuild
[arch-packages.git] / jfsutils / trunk / jfsutils-1.1.15-sysmacros.patch
blob82f9d632ac53ec98d30be6625cb03fa3780bcefc
1 https://bugs.gentoo.org/580056
3 --- a/libfs/devices.c
4 +++ b/libfs/devices.c
5 @@ -30,6 +30,10 @@
6 #include <stdio.h>
7 #include <stdlib.h>
9 +#if HAVE_SYS_SYSMACROS_H
10 +#include <sys/sysmacros.h>
11 +#endif
13 #ifdef HAVE_SYS_MOUNT_H
14 #ifdef HAVE_SYS_PARAM_H
15 #include <sys/param.h>