diff --git a/fthd_ddr.c b/fthd_ddr.c index 80fc0ce..df21537 100644 --- a/fthd_ddr.c +++ b/fthd_ddr.c @@ -17,7 +17,13 @@ * */ +#include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 13, 0) +#include +#else #include +#endif + #include "fthd_drv.h" #include "fthd_hw.h" #include "fthd_ddr.h"