summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-09-12 11:07:12 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-12 11:07:12 -0700
commitccd7ee624a81d61675fa08e149fe190a317341eb (patch)
treeefbed491e060a4110607f96a821dfeb4079ce27b /libc
parentcc0f225365d7103baaba80517850489a5ff17d89 (diff)
parent90ae787b30890dc7d0f5d95b67ea5578d53bd61e (diff)
downloadbionic-ccd7ee624a81d61675fa08e149fe190a317341eb.zip
bionic-ccd7ee624a81d61675fa08e149fe190a317341eb.tar.gz
bionic-ccd7ee624a81d61675fa08e149fe190a317341eb.tar.bz2
am 90ae787b: am 666d06fe: Merge "Backwards and forwards compatibility for an upcoming <sys/socket.h> change."
* commit '90ae787b30890dc7d0f5d95b67ea5578d53bd61e': Backwards and forwards compatibility for an upcoming <sys/socket.h> change.
Diffstat (limited to 'libc')
-rw-r--r--libc/include/sys/un.h3
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_ */