Christian Marangi 5f9fb964c3
bpf: also include toolchain standard header as system header
Also include toolchain standard header as system header. These are
required by xdp-tools that try to include stddef.h and stdbool.h for
some tools. These header are usually in /lib/gcc/../include but musl
also have some special variant in /include.

To fix compilation of xdp-tools, also include these standard header.
These header should follow ISO C standard and should not introduce
regression in bpf tools making them specific to an arch.

Link: https://github.com/openwrt/openwrt/pull/15390
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-06-17 13:48:29 +02:00
..
2024-05-04 14:14:16 +08:00
2021-02-05 14:54:47 +01:00
2024-05-12 12:16:18 +02:00
2024-06-15 19:55:01 +08:00
2024-05-04 14:14:16 +08:00
2023-02-18 17:12:30 +01:00
2022-11-27 00:52:06 +01:00
2023-04-05 08:24:49 -03:00
2021-10-24 18:20:50 +02:00
2024-04-08 21:53:05 +02:00