diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-03 15:40:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:39 -0500 |
commit | 78c50015bb8bd5a1d831a6e7ec796b3367c73145 (patch) | |
tree | 86ce0adee3ce2a7edf660b97a8406a2874007d54 /source4/torture/rpc | |
parent | 25bb00fbcd409572e1c19c05fdc42c883936780b (diff) | |
download | samba-78c50015bb8bd5a1d831a6e7ec796b3367c73145.tar.gz samba-78c50015bb8bd5a1d831a6e7ec796b3367c73145.tar.bz2 samba-78c50015bb8bd5a1d831a6e7ec796b3367c73145.zip |
r12694: Move some headers to the directory of the subsystem they belong to.
(This used to be commit c722f665c90103f3ed57621c460e32ad33e7a8a3)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/netlogon.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/samr.c | 1 | ||||
-rw-r--r-- | source4/torture/rpc/testjoin.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index bdeda05613..ab12362759 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -26,6 +26,7 @@ #include "torture/torture.h" #include "lib/events/events.h" #include "auth/auth.h" +#include "smb.h" #include "lib/cmdline/popt_common.h" static const char *machine_password; diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index d373e0c817..e109bb7f30 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -24,6 +24,7 @@ #include "torture/torture.h" #include "librpc/gen_ndr/ndr_lsa.h" #include "librpc/gen_ndr/ndr_samr.h" +#include "smb.h" #include "lib/crypto/crypto.h" #define TEST_ACCOUNT_NAME "samrtorturetest" diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index 622b6ac08a..f844ad8ca8 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -31,6 +31,7 @@ #include "lib/crypto/crypto.h" #include "libnet/libnet.h" #include "lib/cmdline/popt_common.h" +#include "smb.h" #include "lib/ldb/include/ldb.h" |