summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/webclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/net/uip/webclient.h')
-rw-r--r--nuttx/include/net/uip/webclient.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/include/net/uip/webclient.h b/nuttx/include/net/uip/webclient.h
index 554ec3adf..a20b5eac1 100644
--- a/nuttx/include/net/uip/webclient.h
+++ b/nuttx/include/net/uip/webclient.h
@@ -46,7 +46,9 @@
* Included Files
****************************************************************************/
-#include <nuttx/config.h>
+#ifndef CONFIG_NETUTILS_WEBCLIENT_HOST
+# include <nuttx/config.h>
+#endif
#include <sys/types.h>
/****************************************************************************