[458410] Add missing headers to util_mosq.h

Thanks to Michael Laing.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458410
pull/211/merge
Roger A. Light 11 years ago
parent 570be5e417
commit 5e75c9054d

@ -20,6 +20,10 @@ Contributors:
#include "tls_mosq.h"
#include "mosquitto.h"
#include "mosquitto_internal.h"
#ifdef WITH_BROKER
# include "mosquitto_broker.h"
#endif
int _mosquitto_packet_alloc(struct _mosquitto_packet *packet);
#ifdef WITH_BROKER

Loading…
Cancel
Save