summaryrefslogtreecommitdiff
path: root/libc/include/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/socket.h')
-rw-r--r--libc/include/sys/socket.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/include/sys/socket.h b/libc/include/sys/socket.h
new file mode 100644
index 0000000..0029f72
--- /dev/null
+++ b/libc/include/sys/socket.h
@@ -0,0 +1,6 @@
+
+#ifndef __SYS_SOCKET_H
+#define __SYS_SOCKET_H
+#include <features.h>
+#include __SYSINC__(socket.h)
+#endif