diff --git a/src/stirling/bpf_tools/bcc_bpf/system-headers/linux/math64.h b/src/stirling/bpf_tools/bcc_bpf/system-headers/linux/math64.h new file mode 100644 index 00000000000..8d7974673be --- /dev/null +++ b/src/stirling/bpf_tools/bcc_bpf/system-headers/linux/math64.h @@ -0,0 +1 @@ +include diff --git a/src/stirling/bpf_tools/bcc_bpf/task_struct_utils.h b/src/stirling/bpf_tools/bcc_bpf/task_struct_utils.h index 94a9705e80c..cd13ebb6341 100644 --- a/src/stirling/bpf_tools/bcc_bpf/task_struct_utils.h +++ b/src/stirling/bpf_tools/bcc_bpf/task_struct_utils.h @@ -23,6 +23,7 @@ #pragma once +#include #include // Between linux v6.1 and v6.8, NSEC_PER_SEC is no longer defined by including