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

* commit '666d06fee9e1d2e1401a4b42d94d01e8f38ad1a5':
  Backwards and forwards compatibility for an upcoming <sys/socket.h> change.
This commit is contained in:
Elliott Hughes 2012-09-12 11:03:24 -07:00 committed by Android Git Automerger
commit 90ae787b30

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