summaryrefslogtreecommitdiff
path: root/apps/examples/udp/host.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-22 15:30:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-22 15:30:23 -0600
commit2cc14127f8d9c90c14a369d0ba935b3643e254da (patch)
treeccc333f97cb6bbc925ad2f9a2216cbfb8205e4c0 /apps/examples/udp/host.c
parent421a14767a16b25a4bd7c6cda472cb1f3e0204aa (diff)
downloadnuttx-2cc14127f8d9c90c14a369d0ba935b3643e254da.tar.gz
nuttx-2cc14127f8d9c90c14a369d0ba935b3643e254da.tar.bz2
nuttx-2cc14127f8d9c90c14a369d0ba935b3643e254da.zip
apps/examples/udp: The UDP test example has been extend to support IPv6 domain sockets
Diffstat (limited to 'apps/examples/udp/host.c')
-rw-r--r--apps/examples/udp/host.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/udp/host.c b/apps/examples/udp/host.c
index e103acd8c..6ea487712 100644
--- a/apps/examples/udp/host.c
+++ b/apps/examples/udp/host.c
@@ -37,6 +37,7 @@
* Included Files
****************************************************************************/
+#include "config.h"
#include "udp-internal.h"
/****************************************************************************