From 5cd9a597e97de4d9ddb488e0cd4921e01d4b2ab5 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 6 Nov 2018 14:44:03 +0000 Subject: [PATCH] scst: Fix build against Linux kernel v4.12 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7800 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_user.c | 1 + scst/src/scst_event.c | 1 + 2 files changed, 2 insertions(+) diff --git a/scst/src/dev_handlers/scst_user.c b/scst/src/dev_handlers/scst_user.c index e2aa37682..628e1c0b4 100644 --- a/scst/src/dev_handlers/scst_user.c +++ b/scst/src/dev_handlers/scst_user.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/scst/src/scst_event.c b/scst/src/scst_event.c index 7e88b20b7..7e7a7b52b 100644 --- a/scst/src/scst_event.c +++ b/scst/src/scst_event.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include