diff options
| author | Elliott Hughes <enh@google.com> | 2012-09-12 10:51:48 -0700 |
|---|---|---|
| committer | android code review <noreply-gerritcodereview@google.com> | 2012-09-12 10:51:48 -0700 |
| commit | 666d06fee9e1d2e1401a4b42d94d01e8f38ad1a5 (patch) | |
| tree | 79dd4140a44a2ff914657c70d113017fa10ebfff /libc | |
| parent | cc8668f261ae5d0ed38961f357e33c026502ed0d (diff) | |
| parent | 0d207ba624b81038600e71d109c3234912c4125b (diff) | |
| download | bionic-666d06fee9e1d2e1401a4b42d94d01e8f38ad1a5.zip bionic-666d06fee9e1d2e1401a4b42d94d01e8f38ad1a5.tar.gz bionic-666d06fee9e1d2e1401a4b42d94d01e8f38ad1a5.tar.bz2 | |
Merge "Backwards and forwards compatibility for an upcoming <sys/socket.h> change."
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/include/sys/un.h | 3 |
1 files changed, 3 insertions, 0 deletions
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_ */ |
