From 135104649f92536673ed7f06c4fa3a8daafccbad Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 15 Mar 2011 17:28:51 +0100 Subject: s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP subsystem. Guenther --- source4/torture/rap/printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rap/printing.c') diff --git a/source4/torture/rap/printing.c b/source4/torture/rap/printing.c index a8ccac56c2..800840c384 100644 --- a/source4/torture/rap/printing.c +++ b/source4/torture/rap/printing.c @@ -27,7 +27,7 @@ #include "torture/smbtorture.h" #include "torture/util.h" -#include "../librpc/gen_ndr/rap.h" +#include "libcli/rap/rap.h" #include "torture/rap/proto.h" #include "param/param.h" -- cgit