diff --git a/ebpf/xdp_lb.c b/ebpf/xdp_lb.c index 2ee924572d..dc1d8660c4 100644 --- a/ebpf/xdp_lb.c +++ b/ebpf/xdp_lb.c @@ -23,6 +23,9 @@ #include #include #include +/* Workaround to avoid the need of 32bit headers */ +#define _LINUX_IF_H +#define IFNAMSIZ 16 #include #include #include