repl_meta_data: Fix include path when building with standalone ldb.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 11 Sep 2009 22:49:51 +0000 (00:49 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 11 Sep 2009 22:49:51 +0000 (00:49 +0200)
source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index fbcde764ccde18e0deb6113248b2e8bf4acfa060..b9de04a6843babf1f9e1d80f756017ee86b72388 100644 (file)
@@ -48,7 +48,7 @@
 #include "librpc/gen_ndr/ndr_drsblobs.h"
 #include "param/param.h"
 #include "libcli/security/dom_sid.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
 
 struct replmd_private {
        struct la_entry *la_list;