Fix acl compile on solaris (bug #4932)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Mark Spencer 20 years ago
parent 82453465f0
commit 081aa86b0d

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

Loading…
Cancel
Save