From: Tilghman Lesher Date: Wed, 23 Jan 2008 00:56:06 +0000 (+0000) Subject: Just confirmed that all current platforms need this header file X-Git-Tag: 1.4.18~12^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9f3861f72b1f0b79c42d953af7a84ca7acdabef;p=thirdparty%2Fasterisk.git Just confirmed that all current platforms need this header file git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@99718 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/acl.c b/main/acl.c index 0f454d9868..8cc79a3026 100644 --- a/main/acl.c +++ b/main/acl.c @@ -42,6 +42,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #include +#include #if defined(__OpenBSD__) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__Darwin__) #include @@ -52,10 +53,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #endif -#if defined(__Darwin__) || defined(__linux__) -#include -#endif - /* netinet/ip.h may not define the following (See RFCs 791 and 1349) */ #if !defined(IPTOS_LOWCOST) #define IPTOS_LOWCOST 0x02