summaryrefslogtreecommitdiff
path: root/nuttx/net/socket/net_clone.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/socket/net_clone.c')
-rw-r--r--nuttx/net/socket/net_clone.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/net/socket/net_clone.c b/nuttx/net/socket/net_clone.c
index e8bcba5ae..42deb00ed 100644
--- a/nuttx/net/socket/net_clone.c
+++ b/nuttx/net/socket/net_clone.c
@@ -49,6 +49,7 @@
#include <nuttx/net/tcp.h>
#include <nuttx/net/udp.h>
+#include "udp/udp.h"
#include "socket/socket.h"
/****************************************************************************