redpill: fix missing

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-03-01 19:08:57 +01:00
parent 99645488f0
commit d2d97c3790

View File

@ -4,6 +4,7 @@
#include "common.h" //commonly used headers in this module #include "common.h" //commonly used headers in this module
#include "internal/intercept_execve.h" //Handling of execve() replacement #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/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 "config/cmdline_delegate.h" //Parsing of kernel cmdline
#include "shim/boot_device_shim.h" //Registering & deciding between boot device shims #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 #include "shim/bios_shim.h" //Shimming various mfgBIOS functions to make them happy