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.


updated header files for link errors
[palacios.git] / palacios / include / uip / resolv.h
index d64efe7..b8e9004 100644 (file)
  *
  * This file is part of the uIP TCP/IP stack.
  *
- * $Id: resolv.h,v 1.1 2008/08/06 23:19:30 andrewlxia Exp $
+ * $Id: resolv.h,v 1.3 2008/08/13 20:12:18 andrewlxia Exp $
  *
  */
 #ifndef __RESOLV_H__
 #define __RESOLV_H__
 
+#include <uip/uipopt.h>
+
 typedef int uip_udp_appstate_t;
 void resolv_appcall(void);
 #define UIP_UDP_APPCALL resolv_appcall
 
-#include <uip/uipopt.h>
+
 
 /**
  * Callback function which is called when a hostname is found.