diff options
Diffstat (limited to 'kernel/futex')
-rw-r--r-- | kernel/futex/futex.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/futex/futex.h b/kernel/futex/futex.h index 948fcf317681..040ae4277cb0 100644 --- a/kernel/futex/futex.h +++ b/kernel/futex/futex.h @@ -5,6 +5,10 @@ #include <linux/futex.h> #include <linux/sched/wake_q.h> +#ifdef CONFIG_PREEMPT_RT +#include <linux/rcuwait.h> +#endif + #include <asm/futex.h> /* |