From: Stefan Metzmacher Date: Fri, 30 Jan 2009 18:41:33 +0000 (+0100) Subject: s4:lib/ldb: include replace.h in pyldb.c X-Git-Tag: samba-4.0.0alpha7~417^2~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d129507ee472b884d42d1bf301be6f235b0ac5a7;p=thirdparty%2Fsamba.git s4:lib/ldb: include replace.h in pyldb.c This fixes the build on Tru64. metze --- diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index f71ee233402..ef2af060f27 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"