Merge "Fix sys/un.h to be included on its own"

This commit is contained in:
Andrew Hsieh
2013-04-03 02:15:44 +00:00
committed by Gerrit Code Review

View File

@@ -28,6 +28,9 @@
#ifndef _SYS_UN_H_
#define _SYS_UN_H_
#include <sys/_types.h>
typedef __sa_family_t sa_family_t;
#include <linux/un.h>
#endif /* _SYS_UN_H_ */