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