mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 07:13:46 +08:00
Fix build when using WITH_ADNS=yes.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
1.5.2 - 201809xx
|
||||
================
|
||||
|
||||
Broker:
|
||||
- Fix build when using WITH_ADNS=yes.
|
||||
|
||||
|
||||
1.5.1 - 20180816
|
||||
================
|
||||
|
||||
|
||||
@@ -17,6 +17,10 @@ Contributors:
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef WIN32
|
||||
# define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#ifndef WIN32
|
||||
#ifdef WITH_EPOLL
|
||||
|
||||
Reference in New Issue
Block a user