summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev_register.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/netdev_register.c')
-rw-r--r--nuttx/net/netdev_register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/netdev_register.c b/nuttx/net/netdev_register.c
index 31cf884e4..e34f79232 100644
--- a/nuttx/net/netdev_register.c
+++ b/nuttx/net/netdev_register.c
@@ -50,7 +50,7 @@
#include <net/if.h>
#include <net/ethernet.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
#include "net_internal.h"