001-fix-compile.patch 336 B

123456789101112
  1. --- a/src/include/drv_dsl_cpe_os_linux.h
  2. +++ b/src/include/drv_dsl_cpe_os_linux.h
  3. @@ -33,6 +33,9 @@
  4. #endif
  5. #include <linux/sched.h>
  6. +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0))
  7. +#include <linux/sched/signal.h>
  8. +#endif
  9. #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33))
  10. #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))