svn commit: samba r22746 - in branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3: .

metze at samba.org metze at samba.org
Mon May 7 15:05:05 GMT 2007


Author: metze
Date: 2007-05-07 15:05:04 +0000 (Mon, 07 May 2007)
New Revision: 22746

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22746

Log:
fix the build of the sqlite module

metze
Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c	2007-05-07 13:56:57 UTC (rev 22745)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c	2007-05-07 15:05:04 UTC (rev 22746)
@@ -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 <sqlite3.h>
 



More information about the samba-cvs mailing list