summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 19:41:33 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 19:41:33 +0100
commitd129507ee472b884d42d1bf301be6f235b0ac5a7 (patch)
tree6e5caf41e538840dab9a85496a4b668f60937939 /source4/lib
parent84ca20a6b5e63f4bd73e2e2586d88ccb2adca123 (diff)
downloadsamba-d129507ee472b884d42d1bf301be6f235b0ac5a7.tar.gz
samba-d129507ee472b884d42d1bf301be6f235b0ac5a7.tar.bz2
samba-d129507ee472b884d42d1bf301be6f235b0ac5a7.zip
s4:lib/ldb: include replace.h in pyldb.c
This fixes the build on Tru64. metze
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/pyldb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index f71ee23340..ef2af060f2 100644
--- a/source4/lib/ldb/pyldb.c
+++ b/source4/lib/ldb/pyldb.c
@@ -25,6 +25,7 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "replace.h"
#include "ldb_private.h"
#include <Python.h>
#include "pyldb.h"