mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
[Unit-tests] Fix mac build
* [core] fix build err on Mac * [mod_av] fix build on macOS
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
#include <switch.h>
|
||||
#include <test/switch_test.h>
|
||||
|
||||
#ifndef MSG_CONFIRM
|
||||
#define MSG_CONFIRM 0
|
||||
#endif
|
||||
|
||||
static const char *rx_host = "127.0.0.1";
|
||||
static switch_port_t rx_port = 1234;
|
||||
static const char *tx_host = "127.0.0.1";
|
||||
|
||||
Reference in New Issue
Block a user