addns: Fix the Solaris/Illumos build.
[sfrench/samba-autobuild/.git] / lib / addns / dnsutils.c
index 43305a98730aa1451ba54ec5a754bd8b7ac39d94..5a63c61f149cb1bd3ef27189f53dc1a47d936f6e 100644 (file)
 #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 )