summaryrefslogtreecommitdiffstats
path: root/src/proto/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/tcp.c')
-rw-r--r--src/proto/tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/tcp.c b/src/proto/tcp.c
index 197bfce2..1e0531d5 100644
--- a/src/proto/tcp.c
+++ b/src/proto/tcp.c
@@ -1,7 +1,7 @@
#include "etherboot.h"
#include "ip.h"
#include "tcp.h"
-
+#include "nic.h"
void build_tcp_hdr(unsigned long destip, unsigned int srcsock,
unsigned int destsock, long send_seq, long recv_seq,