From eefe30b7d8e17ed744318417954669bacf2b3ac0 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Mar 2006 15:02:05 +0000 Subject: r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper functions for rpc out of torture/torture.c (This used to be commit 1d2d970f3b8aef3f36c2befb94b5dd72c0086639) --- source4/torture/rpc/schannel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rpc/schannel.c') diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c index 41ad88d109..f48e4c2a08 100644 --- a/source4/torture/rpc/schannel.c +++ b/source4/torture/rpc/schannel.c @@ -23,10 +23,10 @@ #include "includes.h" #include "librpc/gen_ndr/ndr_netlogon.h" #include "auth/credentials/credentials.h" -#include "torture/rpc/proto.h" +#include "torture/rpc/rpc.h" #include "lib/cmdline/popt_common.h" #include "auth/gensec/schannel_proto.h" -#include "libcli/auth/proto.h" +#include "libcli/auth/libcli_auth.h" #include "libcli/security/proto.h" #define TEST_MACHINE_NAME "schannel" -- cgit