diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-13 22:06:51 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-14 20:27:11 +0200 |
commit | e1e2195a4ab60a74ca0a11f8eeb0ba1abfbb37a7 (patch) | |
tree | 6e22ff6ad4815b3f9139e2a1792950076b2e2afe /source4/torture/ntp | |
parent | bcd647f943e391bdb98233c168d2b35e244e2bf4 (diff) | |
download | samba-e1e2195a4ab60a74ca0a11f8eeb0ba1abfbb37a7.tar.gz samba-e1e2195a4ab60a74ca0a11f8eeb0ba1abfbb37a7.tar.bz2 samba-e1e2195a4ab60a74ca0a11f8eeb0ba1abfbb37a7.zip |
s4:torture/rpc: rename rpc.h => torture_rpc.h
The reason for this is that some systems include
<rpc/rpc.h> from within system headers. HP-UX 11.00
does so somewhere deep inside of <shadow.h>.
For torture/winbind/struct_based.c <rpc/rpc.h> resolves
to torture/rpc/rpc.h and breaks the build.
metze
Diffstat (limited to 'source4/torture/ntp')
-rw-r--r-- | source4/torture/ntp/ntp_signd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ntp/ntp_signd.c b/source4/torture/ntp/ntp_signd.c index 49b95e2d4f..bf631f4445 100644 --- a/source4/torture/ntp/ntp_signd.c +++ b/source4/torture/ntp/ntp_signd.c @@ -25,7 +25,7 @@ #include "lib/stream/packet.h" #include "lib/tsocket/tsocket.h" #include "libcli/util/tstream.h" -#include "torture/rpc/rpc.h" +#include "torture/rpc/torture_rpc.h" #include "../lib/crypto/crypto.h" #include "libcli/auth/libcli_auth.h" #include "librpc/gen_ndr/ndr_netlogon_c.h" |