svn commit: samba r20652 - in branches/SAMBA_4_0/source/torture/local: .

vlendec at samba.org vlendec at samba.org
Wed Jan 10 13:22:10 GMT 2007


Author: vlendec
Date: 2007-01-10 13:22:09 +0000 (Wed, 10 Jan 2007)
New Revision: 20652

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

Log:
Attempt to fix the build
Modified:
   branches/SAMBA_4_0/source/torture/local/irpc.c
   branches/SAMBA_4_0/source/torture/local/messaging.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/irpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/irpc.c	2007-01-10 12:34:24 UTC (rev 20651)
+++ branches/SAMBA_4_0/source/torture/local/irpc.c	2007-01-10 13:22:09 UTC (rev 20652)
@@ -25,6 +25,7 @@
 #include "lib/messaging/irpc.h"
 #include "librpc/gen_ndr/ndr_echo.h"
 #include "torture/torture.h"
+#include "cluster/cluster.h"
 
 const uint32_t MSG_ID1 = 1, MSG_ID2 = 2;
 

Modified: branches/SAMBA_4_0/source/torture/local/messaging.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/messaging.c	2007-01-10 12:34:24 UTC (rev 20651)
+++ branches/SAMBA_4_0/source/torture/local/messaging.c	2007-01-10 13:22:09 UTC (rev 20652)
@@ -24,6 +24,7 @@
 #include "lib/events/events.h"
 #include "lib/messaging/irpc.h"
 #include "torture/torture.h"
+#include "cluster/cluster.h"
 
 
 static uint32_t msg_pong;



More information about the samba-cvs mailing list