summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/pyldb.h
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-12-12 17:44:04 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-12-12 20:06:24 +0100
commitb56a6f2eda228698a2433ea2365fda5967bd904c (patch)
treed5b6084f9d2aa3431deecd13838219e5a0fe7624 /source4/lib/ldb/pyldb.h
parent93ea5cb6f0f711db27a30ca9182a1dbab29b7a69 (diff)
downloadsamba-b56a6f2eda228698a2433ea2365fda5967bd904c.tar.gz
samba-b56a6f2eda228698a2433ea2365fda5967bd904c.tar.bz2
samba-b56a6f2eda228698a2433ea2365fda5967bd904c.zip
ldb:pyldb - optimise includes
Diffstat (limited to 'source4/lib/ldb/pyldb.h')
-rw-r--r--source4/lib/ldb/pyldb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/pyldb.h b/source4/lib/ldb/pyldb.h
index 1f4bdf7290..afc8c51881 100644
--- a/source4/lib/ldb/pyldb.h
+++ b/source4/lib/ldb/pyldb.h
@@ -1,7 +1,7 @@
/*
Unix SMB/CIFS implementation.
- Swig interface to ldb.
+ Python interface to ldb.
Copyright (C) 2007-2008 Jelmer Vernooij <jelmer@samba.org>
@@ -28,6 +28,7 @@
#include <Python.h>
#include <talloc.h>
+#include "ldb_private.h"
typedef struct {
PyObject_HEAD