[ldns-users] [PATCH 1bis/3] Add an anchor keyword to the resolver configuration
Simon Vallet
svallet at genoscope.cns.fr
Mon May 14 18:26:50 UTC 2007
config.h.in needs to include errno.h for this one to build cleanly on
Linux
Simon
--- ldns/config.h.in.orig 2007-05-14 20:20:41.000000000 +0200
+++ ldns/config.h.in 2007-05-14 20:08:49.000000000 +0200
@@ -206,6 +206,7 @@
#include <string.h>
#include <unistd.h>
#include <assert.h>
+#include <errno.h>
#if STDC_HEADERS
#include <stdlib.h>
More information about the ldns-users
mailing list