From: Mathieu Desnoyers Date: Tue, 13 Jul 2021 19:34:24 +0000 (-0400) Subject: Fix: Include correct header in backport of "fix: sched: Change task_struct::state... X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=9a8d7dbc2262238e42c8c0fb4aa4d0c26d064a7b;p=lttng-modules.git Fix: Include correct header in backport of "fix: sched: Change task_struct::state (v5.14)" Signed-off-by: Mathieu Desnoyers Change-Id: I1dad8c9f057886ef8b18c0a6b3407e2fd595473c --- diff --git a/wrapper/sched.h b/wrapper/sched.h index 54e29f7d..b4772a38 100644 --- a/wrapper/sched.h +++ b/wrapper/sched.h @@ -9,7 +9,7 @@ #define _LTTNG_WRAPPER_SCHED_H #include -#include +#include #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,14,0))