From c2a6631dc6a6ea61036f978ede083da3a98861c7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 25 Mar 2010 18:36:12 +0100 Subject: s4-smbtorture: fix include of proto header in main RAP test. Guenther --- source4/torture/rap/rap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c index 53966afa96..579dbbb003 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; \ -- cgit