From: Ingo Molnar Date: Tue, 22 Feb 2022 12:28:20 +0000 (+0100) Subject: sched/headers: Make the header build standalone X-Git-Tag: v5.18-rc1~169^2~5^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbed5664b73830dcb1a19af4f7f1f1b424f54609;p=thirdparty%2Fkernel%2Flinux.git sched/headers: Make the header build standalone This header depends on various scheduler definitions. Signed-off-by: Ingo Molnar Reviewed-by: Peter Zijlstra --- diff --git a/include/linux/sched/deadline.h b/include/linux/sched/deadline.h index 1aff00b65f3cb..7c83d4d5a9719 100644 --- a/include/linux/sched/deadline.h +++ b/include/linux/sched/deadline.h @@ -6,6 +6,8 @@ * NORMAL/BATCH tasks. */ +#include + #define MAX_DL_PRIO 0 static inline int dl_prio(int prio)