mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-9638: fix build without gumbo
This commit is contained in:
parent
832144088d
commit
30c84b4bbc
@ -42,7 +42,9 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "private/switch_core_pvt.h"
|
#include "private/switch_core_pvt.h"
|
||||||
#define ESCAPE_META '\\'
|
#define ESCAPE_META '\\'
|
||||||
|
#ifdef SWITCH_HAVE_GUMBO
|
||||||
#include "gumbo.h"
|
#include "gumbo.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
struct switch_network_node {
|
struct switch_network_node {
|
||||||
ip_t ip;
|
ip_t ip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user