summaryrefslogtreecommitdiff
path: root/channels/iax2-provision.c
diff options
context:
space:
mode:
authorJames Golovich <james@gnuinter.net>2004-07-08 19:35:42 +0000
committerJames Golovich <james@gnuinter.net>2004-07-08 19:35:42 +0000
commitc793ab62ffd524146fbf15d28be773160665c600 (patch)
tree44c359680c38370183f5a4dcb78a67d9f83a5b54 /channels/iax2-provision.c
parentdecd0771eedee95d9bd7ac846814a4e89c155d7d (diff)
Fix *BSD compilation of iax2-provision.c. We should probably move the IPTOS_MINCOST checking stuff over to a header fle that gets included
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3402 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/iax2-provision.c')
-rwxr-xr-xchannels/iax2-provision.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/channels/iax2-provision.c b/channels/iax2-provision.c
index 2aa31f941..b49ea164d 100755
--- a/channels/iax2-provision.c
+++ b/channels/iax2-provision.c
@@ -34,6 +34,10 @@
#include "iax2-provision.h"
#include "iax2-parser.h"
+#ifndef IPTOS_MINCOST
+#define IPTOS_MINCOST 0x02
+#endif
+
static int provinit = 0;
struct iax_template {