diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_generic.c | 1 | ||||
-rw-r--r-- | source3/auth/auth_util.c | 1 | ||||
-rw-r--r-- | source3/auth/user_krb5.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/auth/auth_generic.c b/source3/auth/auth_generic.c index 80f5fa7d3e..a2ba4e3257 100644 --- a/source3/auth/auth_generic.c +++ b/source3/auth/auth_generic.c @@ -31,6 +31,7 @@ #endif #include "librpc/crypto/gse.h" #include "auth/credentials/credentials.h" +#include "lib/param/loadparm.h" static NTSTATUS auth3_generate_session_info_pac(struct auth4_context *auth_ctx, TALLOC_CTX *mem_ctx, diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index c4479d40aa..28d934add3 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -33,6 +33,7 @@ #include "../librpc/gen_ndr/ndr_auth.h" #include "../auth/auth_sam_reply.h" #include "../librpc/gen_ndr/idmap.h" +#include "lib/param/loadparm.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH diff --git a/source3/auth/user_krb5.c b/source3/auth/user_krb5.c index 0939c70b5a..974a8aa2f8 100644 --- a/source3/auth/user_krb5.c +++ b/source3/auth/user_krb5.c @@ -22,6 +22,7 @@ #include "librpc/gen_ndr/krb5pac.h" #include "nsswitch/libwbclient/wbclient.h" #include "passdb.h" +#include "lib/param/loadparm.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_AUTH |