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/libads/sasl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/libads/sasl.c') diff --git a/source3/libads/sasl.c b/source3/libads/sasl.c index 42d65b63d4..ee3a693f71 100644 --- a/source3/libads/sasl.c +++ b/source3/libads/sasl.c @@ -24,6 +24,7 @@ #include "ads.h" #include "smb_krb5.h" #include "system/gssapi.h" +#include "lib/param/loadparm.h" #ifdef HAVE_LDAP -- cgit