From 3e726f7a99026d8160df5cc8a63547215b3a50b7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 May 2014 12:13:06 -0600 Subject: Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_ --- apps/examples/thttpd/thttpd_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/thttpd') diff --git a/apps/examples/thttpd/thttpd_main.c b/apps/examples/thttpd/thttpd_main.c index 71fc8de6a..da040a218 100644 --- a/apps/examples/thttpd/thttpd_main.c +++ b/apps/examples/thttpd/thttpd_main.c @@ -51,7 +51,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3