Thanks to Greg Troxel.
@ -1,3 +1,7 @@
Build:
- Fix missing function warnings on NetBSD.
1.6.4 - 20190801
================
@ -21,6 +21,7 @@ Contributors:
#include <string.h>
#ifndef WIN32
#include <sys/time.h>
#include <strings.h>
#endif
#include "mosquitto.h"
@ -20,6 +20,10 @@ Contributors:
#include <errno.h>
# include <strings.h>
#include "logging_mosq.h"
#include "memory_mosq.h"
#include "mqtt_protocol.h"