Fix building with WITH_CJSON=no

pull/2756/head
Roger A. Light 3 years ago
parent 1a8e416b17
commit 7c8af215ad

@ -1,5 +1,7 @@
#include "config.h"
#ifdef WITH_CJSON
#include "control_common.h"
#include "json_help.h"
#include <mqtt_protocol.h>
@ -133,3 +135,4 @@ int control__generic_control_callback(struct mosquitto_evt_control *event_data,
return MOSQ_ERR_SUCCESS;
}
#endif

Loading…
Cancel
Save