summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-30 12:13:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-30 12:13:06 -0600
commit3e726f7a99026d8160df5cc8a63547215b3a50b7 (patch)
treec7017e7424ac3a30331e9410bc08045c1ee70afc /apps/examples/thttpd
parent8e0b8379fe3a21a23a8514787c31a6508d800449 (diff)
downloadnuttx-3e726f7a99026d8160df5cc8a63547215b3a50b7.tar.gz
nuttx-3e726f7a99026d8160df5cc8a63547215b3a50b7.tar.bz2
nuttx-3e726f7a99026d8160df5cc8a63547215b3a50b7.zip
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_
Diffstat (limited to 'apps/examples/thttpd')
-rw-r--r--apps/examples/thttpd/thttpd_main.c2
1 files changed, 1 insertions, 1 deletions
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 <net/if.h>
#include <netinet/ether.h>
-#include <nuttx/net/uip/uip-arp.h>
+#include <nuttx/net/arp.h>
#include <apps/netutils/uiplib.h>
#include <apps/netutils/thttpd.h>