Merge "Backwards and forwards compatibility for an upcoming <sys/socket.h> change."

This commit is contained in:
Elliott Hughes 2012-09-12 10:51:48 -07:00 committed by android code review
commit 666d06fee9

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