From 40cea12f61bea2b5e7f84ce2b6585fe39b6936df Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Thu, 5 Feb 2015 22:24:20 +0100 Subject: [PATCH] Bug 1130175 - nICEr: avoid sysctl.h include. r=bwc --- media/mtransport/third_party/nICEr/src/stun/addrs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media/mtransport/third_party/nICEr/src/stun/addrs.c b/media/mtransport/third_party/nICEr/src/stun/addrs.c index 053ce8f8f56..4ce7037e48c 100644 --- a/media/mtransport/third_party/nICEr/src/stun/addrs.c +++ b/media/mtransport/third_party/nICEr/src/stun/addrs.c @@ -45,13 +45,11 @@ static char *RCSSTRING __UNUSED__="$Id: addrs.c,v 1.2 2008/04/28 18:21:30 ekr Ex #include #include #ifndef ANDROID -#include #include #else #include /* Work around an Android NDK < r8c bug */ #undef __unused -#include #endif #ifndef LINUX #include @@ -122,6 +120,7 @@ static char *RCSSTRING __UNUSED__="$Id: addrs.c,v 1.2 2008/04/28 18:21:30 ekr Ex */ #include +#include static void stun_rt_xaddrs(caddr_t, caddr_t, struct rt_addrinfo *); static int stun_grab_addrs(char *name, int addrcount,