From 33082d016ee27537af0514d5eebcdaf0360fa4f7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Mar 2011 15:09:10 +0200 Subject: s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to. Guenther --- source3/winbindd/winbindd_getgroups.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_getgroups.c') diff --git a/source3/winbindd/winbindd_getgroups.c b/source3/winbindd/winbindd_getgroups.c index 736eba698a..c9b0f195ce 100644 --- a/source3/winbindd/winbindd_getgroups.c +++ b/source3/winbindd/winbindd_getgroups.c @@ -19,6 +19,7 @@ #include "includes.h" #include "winbindd.h" +#include "passdb/lookup_sid.h" /* only for LOOKUP_NAME_NO_NSS flag */ struct winbindd_getgroups_state { struct tevent_context *ev; -- cgit