From cd958034df67a606492b69e55f1f4bc5fa95383b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 7 May 2007 15:05:04 +0000 Subject: [PATCH] r22746: fix the build of the sqlite module metze --- source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c b/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c index 9f580de67..be3decfec 100644 --- a/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c +++ b/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c @@ -33,8 +33,7 @@ * Author: Derrell Lipman (based on Andrew Tridgell's LDAP backend) */ -#include "includes.h" -#include "ldb/include/includes.h" +#include "ldb_includes.h" #include -- 2.34.1