diff options
author | Günther Deschner <gd@samba.org> | 2010-08-31 23:09:39 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-31 23:17:40 +0200 |
commit | 95f9542e055d027adeb596a2c67fe48add77033c (patch) | |
tree | cfd897a188f2bd2faaec897fe054b619555268f1 /source3/auth | |
parent | 16c2d9182d0c0ff55eba4d8bce2931b579b00339 (diff) | |
download | samba-95f9542e055d027adeb596a2c67fe48add77033c.tar.gz samba-95f9542e055d027adeb596a2c67fe48add77033c.tar.bz2 samba-95f9542e055d027adeb596a2c67fe48add77033c.zip |
s3-auth: remove global include of krb5pac.h.
Guenther
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/user_info.c | 1 | ||||
-rw-r--r-- | source3/auth/user_krb5.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/auth/user_info.c b/source3/auth/user_info.c index d5319a465a..3d4ee08b9f 100644 --- a/source3/auth/user_info.c +++ b/source3/auth/user_info.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "librpc/gen_ndr/samr.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/user_krb5.c b/source3/auth/user_krb5.c index 580e71af86..9d6b6a445b 100644 --- a/source3/auth/user_krb5.c +++ b/source3/auth/user_krb5.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "librpc/gen_ndr/krb5pac.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH |