From a45026cef17d1080c985adf28234d6c8475ad66f Mon Sep 17 00:00:00 2001 From: Peter Zijlstra Date: Thu, 8 Jan 2026 11:14:24 +0100 Subject: [PATCH] locking/local_lock: Include more missing headers Ingo reported PREEMPT_RT=y builds fail building lib/test_context-analysis.c. Reported-by: Ingo Molnar Signed-off-by: Peter Zijlstra (Intel) --- include/linux/local_lock_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/local_lock_internal.h b/include/linux/local_lock_internal.h index e8c4803d8db48..7843ab9059c2f 100644 --- a/include/linux/local_lock_internal.h +++ b/include/linux/local_lock_internal.h @@ -233,6 +233,7 @@ do { \ #else /* !CONFIG_PREEMPT_RT */ +#include #include /* -- 2.47.3