From e4b22702b6fc72a6ac8989144ded3f78cb05d641 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 12 Dec 2010 21:40:03 +0100 Subject: ldb:pyldb.h - revert to the previous header behaviour "ldb_private.h" is private and therefore might not always be available. --- source4/param/provision.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/param/provision.c') diff --git a/source4/param/provision.c b/source4/param/provision.c index 790cf83783..f1ef695ac0 100644 --- a/source4/param/provision.c +++ b/source4/param/provision.c @@ -18,7 +18,9 @@ along with this program. If not, see . */ -#include "lib/ldb/pyldb.h" +#include +#include +#include #include "includes.h" #include "librpc/ndr/libndr.h" #include "param/provision.h" -- cgit