summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll/net_listener.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-19 16:54:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-19 16:54:35 +0000
commit91d77b455375c2cb410ae981646f398de40175fc (patch)
tree14831436a60f148182392569b1313a21824e461a /nuttx/examples/poll/net_listener.c
parentac9a608fd04466f3c5c52674efaf0a3ce9aefd17 (diff)
downloadnuttx-91d77b455375c2cb410ae981646f398de40175fc.tar.gz
nuttx-91d77b455375c2cb410ae981646f398de40175fc.tar.bz2
nuttx-91d77b455375c2cb410ae981646f398de40175fc.zip
Move netutils header files from include/net/uip to include/apps/netutils
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3399 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/poll/net_listener.c')
-rw-r--r--nuttx/examples/poll/net_listener.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/poll/net_listener.c b/nuttx/examples/poll/net_listener.c
index 12621de9a..4d425c608 100644
--- a/nuttx/examples/poll/net_listener.c
+++ b/nuttx/examples/poll/net_listener.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/poll/net_listener.c
*
- * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -54,7 +54,7 @@
#include <debug.h>
#include <net/if.h>
-#include <net/uip/uip-lib.h>
+#include <apps/netutils/uiplib.h>
#include "poll_internal.h"