From d129507ee472b884d42d1bf301be6f235b0ac5a7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 19:41:33 +0100 Subject: s4:lib/ldb: include replace.h in pyldb.c This fixes the build on Tru64. metze --- source4/lib/ldb/pyldb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/ldb/pyldb.c') 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 . */ +#include "replace.h" #include "ldb_private.h" #include #include "pyldb.h" -- cgit