mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
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:
3
acl.c
3
acl.c
@@ -35,6 +35,9 @@
|
|||||||
|
|
||||||
#if defined (SOLARIS)
|
#if defined (SOLARIS)
|
||||||
#include <sys/sockio.h>
|
#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
|
#endif
|
||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user