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

See https://code.google.com/p/android/issues/detail?id=53711
https://android-review.googlesource.com/#/c/42763

Change-Id: Ibd8a445dfde752cddab61b3ae53ad077738701ea
This commit is contained in:
Andrew Hsieh
2013-04-01 14:00:30 +08:00
parent 8d04b13138
commit 3c10a2037e

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