From 5aa10a765807c59b4ba7e8bc546723125992eacc Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 11 Dec 2007 14:28:16 +0000 Subject: Moved MAC and ethernet definitions to include/net/ethernet.h git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@443 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/net/uip/uip-arp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/include/net/uip/uip-arp.h') diff --git a/nuttx/include/net/uip/uip-arp.h b/nuttx/include/net/uip/uip-arp.h index f45ae074c..52f742508 100644 --- a/nuttx/include/net/uip/uip-arp.h +++ b/nuttx/include/net/uip/uip-arp.h @@ -36,10 +36,11 @@ #include #include +#include #include /* The Ethernet header -- 14 bytes. The first two fields are type 'struct - * uip_eth_addr but are represented as a simple byte array here because + * ether_addr but are represented as a simple byte array here because * some compilers refuse to pack 6 byte structures. */ -- cgit v1.2.3