Replies: 1 comment
|
@bithamr discovered the fix to his problem himself:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions