diff -ur pt1_drv-dkms-hg.orig/driver/pt1_pci.c pt1_drv-dkms-hg/driver/pt1_pci.c --- pt1_drv-dkms-hg.orig/driver/pt1_pci.c 2017-11-28 21:15:03.501668869 +0900 +++ pt1_drv-dkms-hg/driver/pt1_pci.c 2017-11-28 21:21:15.294803923 +0900 @@ -11,13 +11,16 @@ #include #include #include +#include #if LINUX_VERSION_CODE < KERNEL_VERSION(3,4,0) #include #endif #include #include +#if LINUX_VERSION_CODE < KERNEL_VERSION(4,12,0) #include +#endif #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23) #include