summaryrefslogtreecommitdiff
path: root/nuttx/net/net_sendfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/net_sendfile.c')
-rw-r--r--nuttx/net/net_sendfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/net_sendfile.c b/nuttx/net/net_sendfile.c
index 124336b73..aaaefcce0 100644
--- a/nuttx/net/net_sendfile.c
+++ b/nuttx/net/net_sendfile.c
@@ -59,7 +59,7 @@
#include <nuttx/clock.h>
#include <nuttx/fs/fs.h>
#include <nuttx/net/arp.h>
-#include <nuttx/net/uip/uip-arch.h>
+#include <nuttx/net/netdev.h>
#include "net_internal.h"
#include "uip/uip_internal.h"