From: Mark Spencer Date: Sun, 14 Aug 2005 03:16:06 +0000 (+0000) Subject: Fix build on OpenBSD (bug #4951) X-Git-Tag: 1.2.0-beta1~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dfc0af1712fe1ab4aa0a8aacde004cdc3c92cbf;p=thirdparty%2Fasterisk.git Fix build on OpenBSD (bug #4951) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6330 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/acl.c b/acl.c index acd01c598f..23c1ecc932 100755 --- a/acl.c +++ b/acl.c @@ -33,7 +33,7 @@ #include #endif -#if defined (SOLARIS) +#if defined (SOLARIS) || defined(__OpenBSD__) #include /* netinet/ip.h does not define the following (See RFCs 791 and 1349) */ #define IPTOS_LOWCOST 0x02