Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


*** empty log message ***
[palacios.git] / palacios / include / uip / uip.h
index 355b806..165acde 100644 (file)
@@ -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 <uip/uipopt.h>
+#include <uip/resolv.h>
 
 /**
  * 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