aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/acl.c b/acl.c
index 010ce26f8..acd01c598 100755
--- a/acl.c
+++ b/acl.c
@@ -35,6 +35,9 @@
#if defined (SOLARIS)
#include <sys/sockio.h>
+/* 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"