summaryrefslogtreecommitdiff
path: root/nuttx/examples/wget/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/wget/host.c')
-rw-r--r--nuttx/examples/wget/host.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/examples/wget/host.c b/nuttx/examples/wget/host.c
index fe8109051..a7b416db5 100644
--- a/nuttx/examples/wget/host.c
+++ b/nuttx/examples/wget/host.c
@@ -37,13 +37,14 @@
* Included Files
****************************************************************************/
-#include <net/uip/webclient.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
+#include <apps/netutils/webclient.h>
+
/****************************************************************************
* Private Data
****************************************************************************/