Sfoglia il codice sorgente

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>
Bart Van Assche 8 anni fa
parent
commit
3bc71e1f43
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      drivers/target/iscsi/cxgbit/cxgbit_target.c

+ 1 - 0
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"