diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 01:29:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:14 -0500 |
commit | 3f16241a1d3243447d0244ebac05b447aec94df8 (patch) | |
tree | 0ee81590af3e31ad9690fa1e994482b29466e0a6 /source4/librpc | |
parent | 227a789351acd600d4cde15df9e6b3d106e862c1 (diff) | |
download | samba-3f16241a1d3243447d0244ebac05b447aec94df8.tar.gz samba-3f16241a1d3243447d0244ebac05b447aec94df8.tar.bz2 samba-3f16241a1d3243447d0244ebac05b447aec94df8.zip |
r14363: Remove credentials.h from the global includes.
(This used to be commit 98c4c3051391c6f89df5d133665f51bef66b1563)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_connect.c | 1 | ||||
-rw-r--r-- | source4/librpc/rpc/dcerpc_util.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_connect.c b/source4/librpc/rpc/dcerpc_connect.c index bea119d645..6e0fc0c743 100644 --- a/source4/librpc/rpc/dcerpc_connect.c +++ b/source4/librpc/rpc/dcerpc_connect.c @@ -30,6 +30,7 @@ #include "libcli/smb_composite/smb_composite.h" #include "libcli/smb2/smb2.h" #include "libcli/smb2/smb2_calls.h" +#include "auth/credentials/credentials.h" struct dcerpc_pipe_connect; diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c index 93b385868d..8813270b1a 100644 --- a/source4/librpc/rpc/dcerpc_util.c +++ b/source4/librpc/rpc/dcerpc_util.c @@ -29,6 +29,7 @@ #include "librpc/gen_ndr/ndr_epmapper.h" #include "librpc/gen_ndr/ndr_dcerpc.h" #include "librpc/gen_ndr/ndr_misc.h" +#include "auth/credentials/credentials.h" /* find a dcerpc call on an interface by name |