mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-25 02:33:51 +08:00
Fix building with WITH_CJSON=no
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user