We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c674687 commit 325ef4fCopy full SHA for 325ef4f
1 file changed
src/stirling/bpf_tools/bcc_bpf/task_struct_utils.h
@@ -24,6 +24,7 @@
24
#pragma once
25
26
#include <linux/sched.h>
27
+#include <linux/math64.h>
28
29
// Between linux v6.1 and v6.8, NSEC_PER_SEC is no longer defined by including
30
// linux/sched.h. This ifndef covers newer kernels that won't have it defined.
0 commit comments