From 05b284399eedf50b360d7d70e821162c8ac79f3f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 23 Mar 2006 20:34:08 +0000 Subject: Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based) tcp.h. --- src/proto/http.c | 2 +- src/proto/tftpcore.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/proto') diff --git a/src/proto/http.c b/src/proto/http.c index 4fa594f66..3264f2ad9 100644 --- a/src/proto/http.c +++ b/src/proto/http.c @@ -1,5 +1,5 @@ #include "proto.h" -#include "tcp.h" +#include "old_tcp.h" #include "url.h" #include "etherboot.h" diff --git a/src/proto/tftpcore.c b/src/proto/tftpcore.c index 511c68599..c7673bdbf 100644 --- a/src/proto/tftpcore.c +++ b/src/proto/tftpcore.c @@ -1,5 +1,5 @@ #include "tftp.h" -#include "tcp.h" /* for struct tcphdr */ +#include "old_tcp.h" /* for struct tcphdr */ #include "errno.h" #include "etherboot.h" #include "tftpcore.h" -- cgit v1.2.3-55-g7522