From 3bc71e1f43d52cca2c1823bf7816f68cf84f0d2c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 20 Nov 2016 09:09:53 -0800 Subject: 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 --- drivers/target/iscsi/cxgbit/cxgbit_target.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/target/iscsi') 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" -- cgit v1.2.3-59-g8ed1b