summaryrefslogtreecommitdiff
path: root/nuttx/net/net_dup.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
commit2399e0d1f94d9ac375ec43ee728124cd2c137915 (patch)
tree53a356248d4efa61e643852cad4e18dd5b634483 /nuttx/net/net_dup.c
parent47b78f32cc766651d93c79d1edbf61876d419bad (diff)
downloadpx4-nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.gz
px4-nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.bz2
px4-nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.zip
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
Diffstat (limited to 'nuttx/net/net_dup.c')
-rw-r--r--nuttx/net/net_dup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/net_dup.c b/nuttx/net/net_dup.c
index 9ab36b920..5f0185a12 100644
--- a/nuttx/net/net_dup.c
+++ b/nuttx/net/net_dup.c
@@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
-#include "net_internal.h"
+#include "net.h"
#if defined(CONFIG_NET) && CONFIG_NSOCKET_DESCRIPTORS > 0