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

* commit 'c561ab13cca2d2413c4715feb717d2f79cfb9c22':
  Fix sys/un.h to be included on its own
This commit is contained in:
Andrew Hsieh
2013-04-02 19:28:07 -07:00
committed by Android Git Automerger

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_ */