blob: bf466d81725acee639d587e980f24610aa2800bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/pkgsrc/pkgtools/mtree/files-build/pack_dev.c 2018-08-12 00:20:05.968656198 -0400
+++ b/pkgsrc/pkgtools/mtree/files-build/pack_dev.c 2018-08-12 00:22:26.052941801 -0400
@@ -57,6 +57,11 @@
#if HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
+/* Arch AUR packages presume glibc installed.
+ 'major' and 'minor' have been moved to
+ sysmacros.h in some recent version of glibc.
+*/
+#include <sys/sysmacros.h>
#if HAVE_LIMITS_H
#include <limits.h>
|