diff options
Diffstat (limited to 'kernel/locking/rtmutex_common.h')
-rw-r--r-- | kernel/locking/rtmutex_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/locking/rtmutex_common.h b/kernel/locking/rtmutex_common.h index 990134617b4c..856dfff5c33a 100644 --- a/kernel/locking/rtmutex_common.h +++ b/kernel/locking/rtmutex_common.h | |||
@@ -13,6 +13,7 @@ | |||
13 | #define __KERNEL_RTMUTEX_COMMON_H | 13 | #define __KERNEL_RTMUTEX_COMMON_H |
14 | 14 | ||
15 | #include <linux/rtmutex.h> | 15 | #include <linux/rtmutex.h> |
16 | #include <linux/sched/wake_q.h> | ||
16 | 17 | ||
17 | /* | 18 | /* |
18 | * This is the control structure for tasks blocked on a rt_mutex, | 19 | * This is the control structure for tasks blocked on a rt_mutex, |