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