summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_router.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev_router.c')
-rw-r--r--nuttx/net/netdev_router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/netdev_router.c b/nuttx/net/netdev_router.c
index c0e32056d..bcb47b3ab 100644
--- a/nuttx/net/netdev_router.c
+++ b/nuttx/net/netdev_router.c
@@ -45,7 +45,7 @@
#include <nuttx/net/netdev.h>
-#include "net_internal.h"
+#include "net.h"
#include "net_route.h"
#if defined(CONFIG_NET) && defined(CONFIG_NET_ROUTE)