FS-9638: fix build without gumbo

This commit is contained in:
Mike Jerris 2016-11-10 16:34:16 -05:00
parent 832144088d
commit 30c84b4bbc

View File

@ -42,7 +42,9 @@
#endif
#include "private/switch_core_pvt.h"
#define ESCAPE_META '\\'
#ifdef SWITCH_HAVE_GUMBO
#include "gumbo.h"
#endif
struct switch_network_node {
ip_t ip;