Fix acl compile on solaris (bug #4932)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-08-11 05:39:09 +00:00
parent 82453465f0
commit 081aa86b0d

3
acl.c
View File

@@ -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"