diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-12 21:40:03 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-12-12 22:55:14 +0100 |
commit | e4b22702b6fc72a6ac8989144ded3f78cb05d641 (patch) | |
tree | ad82e6ef43bef1d73a9e3f1c00f7182d0933dc9d /source4/dsdb | |
parent | 35206df51af8288bedc3efb5e8bdd44feff42af6 (diff) | |
download | samba-e4b22702b6fc72a6ac8989144ded3f78cb05d641.tar.gz samba-e4b22702b6fc72a6ac8989144ded3f78cb05d641.tar.bz2 samba-e4b22702b6fc72a6ac8989144ded3f78cb05d641.zip |
ldb:pyldb.h - revert to the previous header behaviour
"ldb_private.h" is private and therefore might not always be available.
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/pydsdb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/dsdb/pydsdb.c b/source4/dsdb/pydsdb.c index 64b7266e72..f304153604 100644 --- a/source4/dsdb/pydsdb.c +++ b/source4/dsdb/pydsdb.c @@ -17,8 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "lib/ldb/pyldb.h" +#include <Python.h> #include "includes.h" +#include <ldb.h> +#include <pyldb.h> #include "dsdb/samdb/samdb.h" #include "libcli/security/security.h" #include "librpc/ndr/libndr.h" |