diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 22:33:07 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b (patch) | |
tree | f524231d9acb0117e288f0f0400a6bdc87931892 /source3/rpcclient | |
parent | 9115615663edf82afde5a3c934b53d53a0e508f0 (diff) | |
download | samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.tar.gz samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.tar.bz2 samba-6e3f0d28a4c0bc79cdbe4cfb50d105c4fe479d2b.zip |
s3-includes: only include ntdomain.h where needed.
Guenther
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index e80bee748f..f60e860e16 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -31,6 +31,7 @@ #include "../libcli/smbreadline/smbreadline.h" #include "../libcli/security/security.h" #include "passdb.h" +#include "ntdomain.h" enum pipe_auth_type_spnego { PIPE_AUTH_TYPE_SPNEGO_NONE = 0, |