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