Skip to content
Snippets Groups Projects
Commit 081aa86b authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix acl compile on solaris (bug #4932)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 82453465
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment