From 0d207ba624b81038600e71d109c3234912c4125b Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 12 Sep 2012 10:51:05 -0700 Subject: [PATCH] Backwards and forwards compatibility for an upcoming change. Change-Id: Iba58077a1f057a968eb2283ebba259975925ff4c --- libc/include/sys/un.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libc/include/sys/un.h b/libc/include/sys/un.h index 973861f10..f89ead313 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 +typedef __sa_family_t sa_family_t; + #include #endif /* _SYS_UN_H_ */ -- 2.11.0