summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_findbyaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev_findbyaddr.c')
-rw-r--r--nuttx/net/netdev_findbyaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/netdev_findbyaddr.c b/nuttx/net/netdev_findbyaddr.c
index 77bef5aaf..99bdc9d9f 100644
--- a/nuttx/net/netdev_findbyaddr.c
+++ b/nuttx/net/netdev_findbyaddr.c
@@ -48,7 +48,7 @@
#include <nuttx/net/netdev.h>
#include "net_route.h"
-#include "net_internal.h"
+#include "net.h"
/****************************************************************************
* Pre-processor Definitions