From f3562424b6079065319e6a5362e5c7cdea36140e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Jul 2012 12:47:01 +1000 Subject: lib/param: Move all enum declarations to lib/param This is in preperation for the parameter table being made common. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell --- source3/auth/auth_generic.c | 1 + source3/auth/auth_util.c | 1 + source3/auth/user_krb5.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source3/auth') 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 -- cgit