From 2f36ef72256cf3c2e36ed759427af07effda1069 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 18 Mar 2011 18:58:37 +0100 Subject: s3-passdb: add passdb.h where needed. Guenther --- source3/utils/net_groupmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_groupmap.c') diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c index 6f9a6ce802..818905e122 100644 --- a/source3/utils/net_groupmap.c +++ b/source3/utils/net_groupmap.c @@ -25,6 +25,7 @@ #include "system/passwd.h" #include "utils/net.h" #include "../libcli/security/security.h" +#include "passdb.h" /********************************************************* Figure out if the input was an NT group or a SID string. -- cgit