From: Bart Van Assche Date: Sun, 20 Nov 2016 17:09:53 +0000 (-0800) Subject: cxgbit: Add an #include directive X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3bc71e1f43d52cca2c1823bf7816f68cf84f0d2c;p=linux-beck.git cxgbit: Add an #include directive Include header to ensure that the definition of before() is available. Signed-off-by: Bart Van Assche Cc: Varun Prakash Cc: Nicholas Bellinger --- diff --git a/drivers/target/iscsi/cxgbit/cxgbit_target.c b/drivers/target/iscsi/cxgbit/cxgbit_target.c index d02bf58aea6d..8bcb9b71f764 100644 --- a/drivers/target/iscsi/cxgbit/cxgbit_target.c +++ b/drivers/target/iscsi/cxgbit/cxgbit_target.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include "cxgbit.h"