summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-09-12 00:49:51 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-09-12 00:49:51 +0200
commit97338168e8c7719d6460dc11ae489ecbb218b31d (patch)
tree1dc876f47b51dcfe462f733be6af146eb439e64a /source4
parentd0c9d5ed8eeafe316856ccb654d2297f0078cbb5 (diff)
downloadsamba-97338168e8c7719d6460dc11ae489ecbb218b31d.tar.gz
samba-97338168e8c7719d6460dc11ae489ecbb218b31d.tar.bz2
samba-97338168e8c7719d6460dc11ae489ecbb218b31d.zip
repl_meta_data: Fix include path when building with standalone ldb.
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/repl_meta_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
index fbcde764cc..b9de04a684 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;