Fix build after removal of an extra safe_string.h
[amitay/samba.git] / source4 / dsdb / samdb / ldb_modules / dns_notify.c
index 014683c80ecb1b0d9d7c711000d7738308183bd7..41973ef62b624389a880c0f394b9dec92f4d7be7 100644 (file)
@@ -39,6 +39,8 @@
 #include "param/param.h"
 #include "util/dlinklist.h"
 
+#undef strcasecmp
+
 struct dns_notify_watched_dn {
        struct dns_notify_watched_dn *next, *prev;
        struct ldb_dn *dn;