We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325ef4f commit 10ab36eCopy full SHA for 10ab36e
1 file changed
src/stirling/bpf_tools/bcc_bpf/task_struct_utils.h
@@ -23,8 +23,8 @@
23
24
#pragma once
25
26
-#include <linux/sched.h>
27
#include <linux/math64.h>
+#include <linux/sched.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