diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2016-11-20 09:09:53 -0800 |
---|---|---|
committer | Bart Van Assche <bart.vanassche@sandisk.com> | 2016-12-09 10:20:11 -0800 |
commit | 3bc71e1f43d52cca2c1823bf7816f68cf84f0d2c (patch) | |
tree | b51bf864abdcd69018131ba3c33f1e055157c2af /drivers/target | |
parent | e9409b2672500ed53374377d861337f594f38f58 (diff) | |
download | linux-3bc71e1f43d52cca2c1823bf7816f68cf84f0d2c.tar.gz linux-3bc71e1f43d52cca2c1823bf7816f68cf84f0d2c.tar.bz2 linux-3bc71e1f43d52cca2c1823bf7816f68cf84f0d2c.zip |
cxgbit: Add an #include directive
Include header <net/tcp.h> to ensure that the definition of before()
is available.
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Varun Prakash <varun@chelsio.com>
Cc: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/iscsi/cxgbit/cxgbit_target.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/workqueue.h> #include <linux/kthread.h> #include <asm/unaligned.h> +#include <net/tcp.h> #include <target/target_core_base.h> #include <target/target_core_fabric.h> #include "cxgbit.h" |