From d2d97c3790830d64365d4d8eb30cf4910bc160ca Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Fri, 1 Mar 2024 19:08:57 +0100 Subject: [PATCH] redpill: fix missing Signed-off-by: AuxXxilium --- redpill_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/redpill_main.c b/redpill_main.c index 874f042..e576ea1 100644 --- a/redpill_main.c +++ b/redpill_main.c @@ -4,6 +4,7 @@ #include "common.h" //commonly used headers in this module #include "internal/intercept_execve.h" //Handling of execve() replacement #include "internal/scsi/scsi_notifier.h" //the missing pub/sub handler for SCSI driver +#include "internal/ioscheduler_fixer.h" //reset_elevator() to correct elevator= boot cmdline #include "config/cmdline_delegate.h" //Parsing of kernel cmdline #include "shim/boot_device_shim.h" //Registering & deciding between boot device shims #include "shim/bios_shim.h" //Shimming various mfgBIOS functions to make them happy