summaryrefslogtreecommitdiff
path: root/acl.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-08-14 03:16:06 +0000
committerMark Spencer <markster@digium.com>2005-08-14 03:16:06 +0000
commit1dfc0af1712fe1ab4aa0a8aacde004cdc3c92cbf (patch)
treead51987c6e5ef6cc15c52c2a79540a1f26b72bbb /acl.c
parent129fd190a9d68d850f79c77d27fc11d8ec10977e (diff)
Fix build on OpenBSD (bug #4951)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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