summaryrefslogtreecommitdiff
path: root/nuttx/net/sendto.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/sendto.c')
-rw-r--r--nuttx/net/sendto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/sendto.c b/nuttx/net/sendto.c
index e34afc9dc..512bdf62c 100644
--- a/nuttx/net/sendto.c
+++ b/nuttx/net/sendto.c
@@ -51,8 +51,8 @@
#include <nuttx/clock.h>
#include <nuttx/net/netdev.h>
-#include "net_internal.h"
-#include "uip/uip_internal.h"
+#include "net.h"
+#include "uip/uip.h"
/****************************************************************************
* Pre-processor Definitions