]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix *BSD compilation of iax2-provision.c. We should probably move the IPTOS_MINCOST...
authorJames Golovich <james@gnuinter.net>
Thu, 8 Jul 2004 19:35:42 +0000 (19:35 +0000)
committerJames Golovich <james@gnuinter.net>
Thu, 8 Jul 2004 19:35:42 +0000 (19:35 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3402 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/iax2-provision.c

index 2aa31f9415c8942ccaf00299e84cc4346abe4e77..b49ea164d916f49600fc50f2cb8cbaa4ebdd2cf0 100755 (executable)
 #include "iax2-provision.h"
 #include "iax2-parser.h"
 
+#ifndef IPTOS_MINCOST
+#define IPTOS_MINCOST 0x02
+#endif
+
 static int provinit = 0;
 
 struct iax_template {