Skip to content

Commit

Permalink
cxgbit: Add an #include directive
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bart Van Assche committed Dec 9, 2016
1 parent e9409b2 commit 3bc71e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/target/iscsi/cxgbit/cxgbit_target.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3bc71e1

Please sign in to comment.