Fix build on Mac Big Sur.

Closes #1905. Thanks to Taavi Talvik.
pull/1811/head
Roger A. Light 5 years ago
parent 2a2cb0310b
commit 63b84bde6d

@ -5,6 +5,9 @@ Broker:
username. Closes #1891.
- Fix file logging on Windows. Closes #1880.
Client library:
- Fix build on Mac Big Sur. Closes #1905.
1.6.12 - 2020-08-19
===================

@ -24,6 +24,10 @@ Contributors:
#include <strings.h>
#endif
#if defined(__APPLE__)
# include <mach/mach_time.h>
#endif
#include "logging_mosq.h"
#include "mosquitto.h"
#include "mosquitto_internal.h"

Loading…
Cancel
Save