diff --git a/src/bpf_helpers.h b/src/bpf_helpers.h index f69cc20..050bb7b 100644 --- a/src/bpf_helpers.h +++ b/src/bpf_helpers.h @@ -2,7 +2,7 @@ #ifndef __BPF_HELPERS__ #define __BPF_HELPERS__ -#include "bpf_helper_defs.h" +#include #define __uint(name, val) int (*name)[val] #define __type(name, val) typeof(val) *name