aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/posix/netinet/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/mini-os/include/posix/netinet/tcp.h')
-rw-r--r--extras/mini-os/include/posix/netinet/tcp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/mini-os/include/posix/netinet/tcp.h b/extras/mini-os/include/posix/netinet/tcp.h
new file mode 100644
index 0000000000..3e3b060467
--- /dev/null
+++ b/extras/mini-os/include/posix/netinet/tcp.h
@@ -0,0 +1,6 @@
+#ifndef _POSIX_SYS_TCP_H_
+#define _POSIX_SYS_TCP_H_
+
+#include <lwip/tcp.h>
+
+#endif /* _POSIX_SYS_TCP_H_ */