svn commit: samba r6831 - in branches/SAMBA_4_0/source/lib/talloc: .

tridge at samba.org tridge at samba.org
Mon May 16 21:42:12 GMT 2005


Author: tridge
Date: 2005-05-16 21:42:11 +0000 (Mon, 16 May 2005)
New Revision: 6831

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

Log:
talloc now requires config.h (this fixes ldb build)

Modified:
   branches/SAMBA_4_0/source/lib/talloc/talloc.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/talloc.c	2005-05-16 21:22:54 UTC (rev 6830)
+++ branches/SAMBA_4_0/source/lib/talloc/talloc.c	2005-05-16 21:42:11 UTC (rev 6831)
@@ -27,9 +27,7 @@
 */
 
 
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdio.h>
 #include <stdlib.h>



More information about the samba-cvs mailing list