diff options
Diffstat (limited to 'ioriotng.bpf.c')
| -rw-r--r-- | ioriotng.bpf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ioriotng.bpf.c b/ioriotng.bpf.c index a4785da..1b64ee4 100644 --- a/ioriotng.bpf.c +++ b/ioriotng.bpf.c @@ -1,9 +1,9 @@ //+build ignore -#include "vmlinux.h" +#include "internal/types/vmlinux.h" #include <bpf/bpf_helpers.h> -#include "types.bpf.h" -#include "maps.bpf.h" +#include "internal/types/types.bpf.h" +#include "internal/types/maps.bpf.h" static inline int filter() { u32 key = 1; |
