aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libndb/sysdnsquery.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libndb/sysdnsquery.c b/src/libndb/sysdnsquery.c
index b9661be1..f7587ad9 100644
--- a/src/libndb/sysdnsquery.c
+++ b/src/libndb/sysdnsquery.c
@@ -9,6 +9,8 @@
#include <ndb.h>
#include "ndbhf.h"
+AUTOLIB(resolv)
+
static void nstrcpy(char*, char*, int);
static void mkptrname(char*, char*, int);
static Ndbtuple *doquery(char*, char*);