public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] vxge: should include tcp.h
@ 2009-04-03  9:34 Alexander Beregalov
  2009-04-03 17:43 ` Ramkrishna Vepa
  2009-04-04 23:36 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Beregalov @ 2009-04-03  9:34 UTC (permalink / raw)
  To: linux-next@vger•kernel.org, Netdev, David Miller, Ramkrishna Vepa

Fix this build error:

drivers/net/vxge/vxge-main.c: In function 'vxge_get_vpath_no':
drivers/net/vxge/vxge-main.c:695: error: dereferencing pointer to
incomplete type
...

Signed-off-by: Alexander Beregalov <a.beregalov@gmail•com>
---

 drivers/net/vxge/vxge-main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/vxge/vxge-main.c b/drivers/net/vxge/vxge-main.c
index 61ef161..b7f08f3 100644
--- a/drivers/net/vxge/vxge-main.c
+++ b/drivers/net/vxge/vxge-main.c
@@ -43,6 +43,7 @@

 #include <linux/if_vlan.h>
 #include <linux/pci.h>
+#include <linux/tcp.h>
 #include <net/ip.h>
 #include <linux/netdevice.h>
 #include <linux/etherdevice.h>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-04 23:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03  9:34 [PATCH] vxge: should include tcp.h Alexander Beregalov
2009-04-03 17:43 ` Ramkrishna Vepa
2009-04-04 23:36 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox