From 86ec05acc9df3098c4e99e5b3ad85dcef66712c7 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 11 Sep 2012 19:03:02 -0700 Subject: Update the kernel headers to match external/kernel-headers. Note that the Linux kernel handed over responsibility for most of the socket constants to glibc some time ago. Someone had updated our external/kernel-headers file but not regenerated the bionic headers, so this change copies the missing stuff from the old bionic into . This is what glibc does. I've hacked a few of the other files to #include for backward compatibility, but even so this requires numerous other changes to switch people over from direct inclusion of headers. Change-Id: I0e4af64e631d3cef911a31d90f2f806e058278a0 --- libc/include/net/if.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/include/net/if.h') diff --git a/libc/include/net/if.h b/libc/include/net/if.h index 9044fc5..f36f37e 100644 --- a/libc/include/net/if.h +++ b/libc/include/net/if.h @@ -25,6 +25,8 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ + +#include #include #include #ifndef IF_NAMESIZE -- cgit v1.1