error_t is only defined by argp.h on non-glibc systems. Signed-off-by: Ismael Luceno <ismael@xxxxxxxxxxx> --- utils/keytable/bpf_load.c | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/keytable/bpf_load.c b/utils/keytable/bpf_load.c index 9f64cf4e91e8..7ae9af4a57be 100644 --- a/utils/keytable/bpf_load.c +++ b/utils/keytable/bpf_load.c @@ -13,6 +13,7 @@ #include <stdlib.h> #include <linux/bpf.h> #include <assert.h> +#include <argp.h> #include "keymap.h" #include "bpf.h" #include "bpf_load.h" -- 2.27.0