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