From 1497af694b19f3603fbd3ea0816751991203d532 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 13 Jan 2019 21:11:22 +0000 Subject: [PATCH] scst_vdisk: Fix the build for old kernel versions (v2.6.x) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7879 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 3931a87c9..e4647e3c6 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -25,6 +25,7 @@ #ifndef INSIDE_KERNEL_TREE #include #endif +#include #include #include #include