diff --git a/jbb_gpl/hook.c b/jbb_gpl/hook.c index b754cbdee58b7f6e5c91273b55a4eaa74ce87d00..b662d32708a581749fa1d3a32b15ff08ed200891 100755 --- a/jbb_gpl/hook.c +++ b/jbb_gpl/hook.c @@ -89,6 +89,10 @@ driver_xxxx - Module specific functions such as open, close and ioctl. #include <asm/uaccess.h> /* VERIFY_WRITE */ #include <asm/io.h> +# if ( LINUX_VERSION_CODE > KERNEL_VERSION(3,19,0) ) +#include <linux/fs_pin.h> +#endif + #include "jbb.h" MODULE_LICENSE("GPL");