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