Merge "chan_ooh323: IPTOS_MINCOST is not defined on Solaris." into 15

15.6
Jenkins2 8 years ago committed by Gerrit Code Review
commit cba34a5aa4

@ -73,6 +73,10 @@
#include "chan_ooh323.h"
#include <math.h>
#ifndef IPTOS_MINCOST
#define IPTOS_MINCOST 0x02
#endif
#define FORMAT_STRING_SIZE 512
/* Defaults */

@ -15,6 +15,10 @@
*****************************************************************************/
#include "asterisk.h"
#ifdef SOLARIS
#include <sys/sockio.h>
#endif
#include "asterisk/io.h"
#include "asterisk/lock.h"
#include "asterisk/utils.h"

Loading…
Cancel
Save