diff --git a/src/xdp_plugin/xdp_kernel.c b/src/xdp_plugin/xdp_kernel.c index 9951e37..7807613 100644 --- a/src/xdp_plugin/xdp_kernel.c +++ b/src/xdp_plugin/xdp_kernel.c @@ -1,6 +1,8 @@ // SPDX-License-Identifier: GPL-2.0 #define KBUILD_MODNAME "foo" -#include "bpf/bpf_helpers.h" + +#include +#include #include //