summaryrefslogtreecommitdiffstats
path: root/src/proto/tcp.c
diff options
context:
space:
mode:
authorMichael Brown2005-06-01 15:13:05 +0200
committerMichael Brown2005-06-01 15:13:05 +0200
commit53a4436d94886b6b6b0d931158db2c79490591a1 (patch)
tree9f5a3b6f6644ed39d63758f66e8acbda672c903f /src/proto/tcp.c
parentNow have enough functions to implement a standard TFTP client in around 50 (diff)
downloadipxe-53a4436d94886b6b6b0d931158db2c79490591a1.tar.gz
ipxe-53a4436d94886b6b6b0d931158db2c79490591a1.tar.xz
ipxe-53a4436d94886b6b6b0d931158db2c79490591a1.zip
TFTP upgraded to use a core function library (in tftpcore.c) which will be
shared between TFTP, TFTM and MTFTP protocols.
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,