mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-22 08:04:23 +08:00
Fix build when using WITH_ADNS=yes.
This commit is contained in:
@@ -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