mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-27 11:49:32 +00:00
Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)
tcp.h.
This commit is contained in:
parent
af23ff8a24
commit
05b284399e
@ -147,7 +147,7 @@ enum {
|
||||
#include "if_arp.h"
|
||||
#include "ip.h"
|
||||
#include "udp.h"
|
||||
#include "tcp.h"
|
||||
#include "old_tcp.h"
|
||||
#include "bootp.h"
|
||||
#include "igmp.h"
|
||||
#include "nfs.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "proto.h"
|
||||
#include "tcp.h"
|
||||
#include "old_tcp.h"
|
||||
#include "url.h"
|
||||
#include "etherboot.h"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user