You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang-format re-orders common.h to be included after bpf_helper_defs.h,
which is not possible due to the latter depending on __u64.
Include common.h at the start of bpf_helpers.h instead.
Signed-off-by: Timo Beckers <timo@isovalent.com>
0 commit comments