summaryrefslogtreecommitdiff
path: root/nuttx/net/getsockname.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/getsockname.c')
-rw-r--r--nuttx/net/getsockname.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/net/getsockname.c b/nuttx/net/getsockname.c
index 1acb52725..aff79ce90 100644
--- a/nuttx/net/getsockname.c
+++ b/nuttx/net/getsockname.c
@@ -47,6 +47,8 @@
#include <nuttx/net/net.h>
#include <nuttx/net/netdev.h>
+#include <nuttx/net/tcp.h>
+#include <nuttx/net/udp.h>
#include "net.h"