summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_rxnotify.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 09:28:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 09:28:44 -0600
commit47b78f32cc766651d93c79d1edbf61876d419bad (patch)
tree168524f91cc1c1ff2fe0d90c0556704cc0546fdf /nuttx/net/netdev_rxnotify.c
parentcd733d2a25bf118d00cac4572e09b99b9ac58d30 (diff)
downloadnuttx-47b78f32cc766651d93c79d1edbf61876d419bad.tar.gz
nuttx-47b78f32cc766651d93c79d1edbf61876d419bad.tar.bz2
nuttx-47b78f32cc766651d93c79d1edbf61876d419bad.zip
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/netdev.h
Diffstat (limited to 'nuttx/net/netdev_rxnotify.c')
-rw-r--r--nuttx/net/netdev_rxnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/netdev_rxnotify.c b/nuttx/net/netdev_rxnotify.c
index f4352661b..ffacf061d 100644
--- a/nuttx/net/netdev_rxnotify.c
+++ b/nuttx/net/netdev_rxnotify.c
@@ -45,7 +45,7 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
#include "net_internal.h"