From 82155bc92f726c435ed6ba4dcf8533639b57d18b Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Mon, 28 Jun 2021 14:59:04 -0300 Subject: [PATCH] btf_loader: Add missing bpf/btf.h include We get it by accident, via pahole_strings.h, and that is going away, fix it. Signed-off-by: Arnaldo Carvalho de Melo --- btf_loader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/btf_loader.c b/btf_loader.c index af13fab..9217480 100644 --- a/btf_loader.c +++ b/btf_loader.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include