summaryrefslogtreecommitdiff
path: root/lib/addns/dnsutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/addns/dnsutils.c')
-rw-r--r--lib/addns/dnsutils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/addns/dnsutils.c b/lib/addns/dnsutils.c
index 43305a9873..5a63c61f14 100644
--- a/lib/addns/dnsutils.c
+++ b/lib/addns/dnsutils.c
@@ -25,6 +25,10 @@
#include "dns.h"
#include <ctype.h>
+#ifdef HAVE_SYS_UUID_H
+#include <sys/uuid.h>
+#endif
+
static DNS_ERROR LabelList( TALLOC_CTX *mem_ctx,
const char *name,
struct dns_domain_label **presult )