The branch, master has been updated via c2a6631... s4-smbtorture: fix include of proto header in main RAP test. from 36f4541... s3: Fix a missing </listitem> in vfs_crossrename.8.xml
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit c2a6631dc6a6ea61036f978ede083da3a98861c7 Author: Günther Deschner <g...@samba.org> Date: Thu Mar 25 18:36:12 2010 +0100 s4-smbtorture: fix include of proto header in main RAP test. Guenther ----------------------------------------------------------------------- Summary of changes: source4/torture/rap/rap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c index 53966af..579dbbb 100644 --- a/source4/torture/rap/rap.c +++ b/source4/torture/rap/rap.c @@ -26,6 +26,7 @@ #include "libcli/rap/rap.h" #include "librpc/ndr/libndr.h" #include "param/param.h" +#include "torture/rap/proto.h" #define RAP_GOTO(call) do { \ NTSTATUS _status; \ -- Samba Shared Repository