mac80211: backport MBSSID support
[openwrt/staging/mkresin.git] / package / network / utils / bpftools / patches / 006-musl-120.patch
1 --- a/tools/bpf/bpftool/btf_dumper.c
2 +++ b/tools/bpf/bpftool/btf_dumper.c
3 @@ -5,6 +5,7 @@
4 #include <stdio.h> /* for (FILE *) used by json_writer */
5 #include <string.h>
6 #include <unistd.h>
7 +#include <linux/compiler.h>
8 #include <asm/byteorder.h>
9 #include <linux/bitops.h>
10 #include <linux/btf.h>
11 --- a/tools/bpf/bpftool/map_perf_ring.c
12 +++ b/tools/bpf/bpftool/map_perf_ring.c
13 @@ -16,6 +16,7 @@
14 #include <time.h>
15 #include <unistd.h>
16 #include <linux/bpf.h>
17 +#include <linux/compiler.h>
18 #include <linux/perf_event.h>
19 #include <sys/ioctl.h>
20 #include <sys/mman.h>