s4:lib/ldb: include replace.h in pyldb.c
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:41:33 +0000 (19:41 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 30 Jan 2009 18:41:33 +0000 (19:41 +0100)
This fixes the build on Tru64.

metze

source4/lib/ldb/pyldb.c

index f71ee2334021fb2dc681e4f1b648cee8ab081ff5..ef2af060f2738bbd52ca86dacafe028df586f557 100644 (file)
@@ -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"