diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-23 12:47:01 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-24 11:01:17 +0200 |
commit | f3562424b6079065319e6a5362e5c7cdea36140e (patch) | |
tree | 1923889f5f3a8d2ca80a2a37c47f9ec982b26b76 /source3/utils | |
parent | 280d1877fdc9c481f1cfc6e62c74ed398da97d01 (diff) | |
download | samba-f3562424b6079065319e6a5362e5c7cdea36140e.tar.gz samba-f3562424b6079065319e6a5362e5c7cdea36140e.tar.xz samba-f3562424b6079065319e6a5362e5c7cdea36140e.zip |
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 <tridge@samba.org>
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_ads.c | 1 | ||||
-rw-r--r-- | source3/utils/ntlm_auth.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 998ccb8c3b..a4f1588e51 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -37,6 +37,7 @@ #include "krb5_env.h" #include "../libcli/security/security.h" #include "libsmb/libsmb.h" +#include "lib/param/loadparm.h" #ifdef HAVE_ADS diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index afb51e9356..103a1f6d16 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -45,6 +45,7 @@ #include "source3/include/auth.h" #include "source3/auth/proto.h" #include "nsswitch/libwbclient/wbclient.h" +#include "lib/param/loadparm.h" #if HAVE_KRB5 #include "auth/kerberos/pac_utils.h" |