From e1e2195a4ab60a74ca0a11f8eeb0ba1abfbb37a7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Apr 2010 22:06:51 +0200 Subject: s4:torture/rpc: rename rpc.h => torture_rpc.h The reason for this is that some systems include from within system headers. HP-UX 11.00 does so somewhere deep inside of . For torture/winbind/struct_based.c resolves to torture/rpc/rpc.h and breaks the build. metze --- source4/torture/rpc/samba3rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/samba3rpc.c') diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 274ddd9ea8..f93557f6fb 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -33,7 +33,7 @@ #include "librpc/gen_ndr/ndr_winreg_c.h" #include "librpc/gen_ndr/ndr_wkssvc_c.h" #include "lib/cmdline/popt_common.h" -#include "torture/rpc/rpc.h" +#include "torture/rpc/torture_rpc.h" #include "libcli/libcli.h" #include "libcli/smb_composite/smb_composite.h" #include "libcli/auth/libcli_auth.h" -- cgit