aboutsummaryrefslogtreecommitdiffstats
path: root/acl.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-14 03:16:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-14 03:16:06 +0000
commitd5df89a9eb58a1f634c65a73fc6ddddcd8154de8 (patch)
treead51987c6e5ef6cc15c52c2a79540a1f26b72bbb /acl.c
parent9fbf43815ae4fe3e462aace3756d74dc69d0c6bd (diff)
Fix build on OpenBSD (bug #4951)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6330 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'acl.c')
-rwxr-xr-xacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.c b/acl.c
index acd01c598..23c1ecc93 100755
--- a/acl.c
+++ b/acl.c
@@ -33,7 +33,7 @@
#include <net/route.h>
#endif
-#if defined (SOLARIS)
+#if defined (SOLARIS) || defined(__OpenBSD__)
#include <sys/sockio.h>
/* netinet/ip.h does not define the following (See RFCs 791 and 1349) */
#define IPTOS_LOWCOST 0x02