fix: missing include for 'task_struct' in fdtable.h
[lttng-modules.git] / wrapper / fdtable.h
index 86a6a079a507026f3162d7322ba979bc232e93c3..d768c10f6251b860c0ad3866820f17259f62b6a2 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <lttng-kernel-version.h>
 #include <linux/fdtable.h>
+#include <linux/sched.h>
 
 #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,11,0))
 static inline
This page took 0.023879 seconds and 4 git commands to generate.