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

This commit is contained in:
Jenkins2
2018-07-10 06:25:51 -05:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -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 */

View File

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