fix: missing include for 'task_struct' in fdtable.h
[lttng-modules.git] / include / wrapper / fdtable.h
index 559a1dcea073a034ee277e170db62a259c8b94d0..8f01a194a7b5131e152b342441b0d258924fa56f 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <linux/version.h>
 #include <linux/fdtable.h>
+#include <linux/sched.h>
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,11,0))
 static inline
This page took 0.022473 seconds and 4 git commands to generate.