summaryrefslogtreecommitdiffstats
path: root/usr/include/sys/un.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/include/sys/un.h')
-rw-r--r--usr/include/sys/un.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/include/sys/un.h b/usr/include/sys/un.h
new file mode 100644
index 0000000..e599f67
--- /dev/null
+++ b/usr/include/sys/un.h
@@ -0,0 +1,11 @@
+/*
+ * <sys/un.h>
+ */
+
+#ifndef _SYS_UN_H
+#define _SYS_UN_H
+
+#include <sys/socket.h>
+#include <linux/un.h>
+
+#endif /* _SYS_UN_H */