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