diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index e8329d841..0a23fcfe3 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -16,6 +16,7 @@ * GNU General Public License for more details. */ +#include #include /* struct kiocb for kernel v4.0 */ #include #include @@ -31,7 +32,9 @@ #include #include #include +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0) #include +#endif #include #include #ifndef INSIDE_KERNEL_TREE