Fix build when using WITH_ADNS=yes.

This commit is contained in:
Roger A. Light 2018-08-30 20:44:17 +01:00
parent a127a28f6a
commit 2221deb7a7
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
1.5.2 - 201809xx
================
Broker:
- Fix build when using WITH_ADNS=yes.
1.5.1 - 20180816
================

View File

@ -17,6 +17,10 @@ Contributors:
#include "config.h"
#ifndef WIN32
# define _GNU_SOURCE
#endif
#include <assert.h>
#ifndef WIN32
#ifdef WITH_EPOLL