mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-19 14:33:52 +08:00
Fix missing function warnings on NetBSD.
Thanks to Greg Troxel.
This commit is contained in:
@@ -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 <string.h>
|
||||
|
||||
#ifndef WIN32
|
||||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "logging_mosq.h"
|
||||
#include "memory_mosq.h"
|
||||
#include "mqtt_protocol.h"
|
||||
|
||||
Reference in New Issue
Block a user