diff --git a/acl.c b/acl.c index 010ce26f83..acd01c598f 100755 --- a/acl.c +++ b/acl.c @@ -35,6 +35,9 @@ #if defined (SOLARIS) #include +/* netinet/ip.h does not define the following (See RFCs 791 and 1349) */ +#define IPTOS_LOWCOST 0x02 +#define IPTOS_MINCOST IPTOS_LOWCOST #endif #include "asterisk.h"