From: Jelmer Vernooij Date: Fri, 11 Sep 2009 22:49:51 +0000 (+0200) Subject: repl_meta_data: Fix include path when building with standalone ldb. X-Git-Tag: talloc-2.0.1~523^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97338168e8c7719d6460dc11ae489ecbb218b31d;p=thirdparty%2Fsamba.git repl_meta_data: Fix include path when building with standalone ldb. --- diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index fbcde764ccd..b9de04a6843 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -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;