summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_findbyname.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev_findbyname.c')
-rw-r--r--nuttx/net/netdev_findbyname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/netdev_findbyname.c b/nuttx/net/netdev_findbyname.c
index c482f5781..a6ddf0452 100644
--- a/nuttx/net/netdev_findbyname.c
+++ b/nuttx/net/netdev_findbyname.c
@@ -43,7 +43,7 @@
#include <string.h>
#include <errno.h>
-#include <net/uip/uip-arch.h>
+#include <nuttx/net/uip/uip-arch.h>
#include "net_internal.h"