Index: acl.c =================================================================== RCS file: /usr/cvsroot/asterisk/acl.c,v retrieving revision 1.52 diff -u -r1.52 acl.c --- acl.c 9 Aug 2005 16:41:28 -0000 1.52 +++ acl.c 10 Aug 2005 19:15:32 -0000 @@ -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"