X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fuip%2Fuip.h;h=165acded0b645b38b63656987eb9dfa390213b5f;hb=7f1242bb4c55c23dd76c655b22f299f7472d3f5c;hp=355b8060a2b3ca61f692529d475fc2bf7d39db4f;hpb=c2ace437ef90d8516c8e3141464972ecaff4d62e;p=palacios.git diff --git a/palacios/include/uip/uip.h b/palacios/include/uip/uip.h index 355b806..165acde 100644 --- a/palacios/include/uip/uip.h +++ b/palacios/include/uip/uip.h @@ -46,7 +46,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: uip.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $ + * $Id: uip.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $ * */ @@ -54,6 +54,7 @@ #define __UIP_H__ #include +#include /** * Repressentation of an IP address. @@ -67,6 +68,7 @@ typedef uip_ip6addr_t uip_ipaddr_t; typedef uip_ip4addr_t uip_ipaddr_t; #endif /* UIP_CONF_IPV6 */ + /*---------------------------------------------------------------------------*/ /* First, the functions that should be called from the * system. Initialization, the periodic timer and incoming packets are