Fix missing function warnings on NetBSD.

Thanks to Greg Troxel.
This commit is contained in:
Roger A. Light
2019-08-04 23:00:26 +01:00
parent a5cd27a68e
commit 494d3d29a0
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
Build:
- Fix missing function warnings on NetBSD.
1.6.4 - 20190801
================
+1
View File
@@ -21,6 +21,7 @@ Contributors:
#include <string.h>
#ifndef WIN32
#include <sys/time.h>
#include <strings.h>
#endif
#include "mosquitto.h"
+4
View File
@@ -20,6 +20,10 @@ Contributors:
#include <errno.h>
#include <string.h>
#ifndef WIN32
# include <strings.h>
#endif
#include "logging_mosq.h"
#include "memory_mosq.h"
#include "mqtt_protocol.h"