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