Replies: 1 comment
-
@bithamr discovered the fix to his problem himself:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if you're [...] getting bpf_helper_defs.h:77:83: error: unknown type name: '__u64' you need to make sure #include <linux/types.h> is your first include.
Beta Was this translation helpful? Give feedback.
All reactions