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