commit | 0d207ba624b81038600e71d109c3234912c4125b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Sep 12 10:51:05 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 12 10:51:05 2012 -0700 |
tree | 79dd4140a44a2ff914657c70d113017fa10ebfff | |
parent | cc8668f261ae5d0ed38961f357e33c026502ed0d [diff] [blame] |
Backwards and forwards compatibility for an upcoming <sys/socket.h> change. Change-Id: Iba58077a1f057a968eb2283ebba259975925ff4c
diff --git a/libc/include/sys/un.h b/libc/include/sys/un.h index 973861f..f89ead3 100644 --- a/libc/include/sys/un.h +++ b/libc/include/sys/un.h
@@ -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_ */