svn commit: samba r22028 - in branches/SAMBA_4_0/source/lib/ldb/include: .

jpeach at samba.org jpeach at samba.org
Mon Apr 2 17:03:30 GMT 2007


Author: jpeach
Date: 2007-04-02 17:03:30 +0000 (Mon, 02 Apr 2007)
New Revision: 22028

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

Log:
Fix include path for the srcidr != builddir case.

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/includes.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/includes.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2007-04-02 17:02:52 UTC (rev 22027)
+++ branches/SAMBA_4_0/source/lib/ldb/include/includes.h	2007-04-02 17:03:30 UTC (rev 22028)
@@ -25,7 +25,7 @@
 #include "system/filesys.h"
 #include "system/network.h"
 #include "system/time.h"
-#include "talloc.h"
+#include "talloc/talloc.h"
 #include "ldb.h"
 #include "ldb_errors.h"
 #include "ldb_private.h"



More information about the samba-cvs mailing list