Fix mosquitto_plugin.h not including mosquitto_broker.h.

Closes #2350. Thanks to Wolfgang Petroschka.
This commit is contained in:
Roger A. Light 2021-10-27 16:23:20 +01:00
parent 20d2935d81
commit 46a6c5d17b
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Broker:
- Fix client id not showing in log on failed connections, where possible.
- Fix broker sending duplicate CONNACK on failed MQTT v5 reauthentication.
Closes #2339.
- Fix mosquitto_plugin.h not including mosquitto_broker.h. Closes #2350.
Client library:
- Initialise sockpairR/W to invalid in `mosquitto_reinitialise()` to avoid

View File

@ -44,6 +44,8 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
#include <mosquitto_broker.h>
struct mosquitto;
struct mosquitto_opt {