summaryrefslogtreecommitdiff
path: root/nuttx/net/recv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/recv.c')
-rw-r--r--nuttx/net/recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/recv.c b/nuttx/net/recv.c
index 1571a7377..8ddb4bce6 100644
--- a/nuttx/net/recv.c
+++ b/nuttx/net/recv.c
@@ -44,7 +44,7 @@
#include <sys/socket.h>
#include <errno.h>
-#include "net_internal.h"
+#include "net.h"
/****************************************************************************
* Global Functions