* updated wlroots (0.17.3 -> 0.18.1)
[t2sde.git] / package / filesystem / squashfs-tools / hotfix-glibc2.18.patch
blobe66d4bfe9b267334c14bfc1b7336d807ac090b58
1 --- ./squashfs-tools/mksquashfs.c.vanilla 2018-08-09 22:36:31.642299130 +0000
2 +++ ./squashfs-tools/mksquashfs.c 2018-08-09 22:36:46.814298902 +0000
3 @@ -60,6 +60,7 @@
4 #include <endian.h>
5 #include <sys/sysinfo.h>
6 #endif
7 +#include <sys/sysmacros.h>
9 #include "squashfs_fs.h"
10 #include "squashfs_swap.h"
11 --- ./squashfs-tools/unsquashfs.c.vanilla 2018-08-09 22:36:53.938298795 +0000
12 +++ ./squashfs-tools/unsquashfs.c 2018-08-09 22:37:09.986298554 +0000
13 @@ -35,6 +35,7 @@
14 #include <sys/types.h>
15 #include <sys/time.h>
16 #include <sys/resource.h>
17 +#include <sys/sysmacros.h>
18 #include <limits.h>
19 #include <ctype.h>