From aed4d517fe4a4c3ea2a78c729de3cf6a91dc6a22 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Dec 2005 14:24:24 +0000 Subject: r12610: we need struct passwd on some systems metze (This used to be commit fd7812beb21ccd14a0e7fd9db0a6eba22ebab0b2) --- source4/auth/auth_unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/auth') diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index c68aa159fc..83e51921ea 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -22,6 +22,7 @@ #include "includes.h" #include "auth/auth.h" +#include "system/passwd.h" /* TODO: look at how to best fill in parms retrieveing a struct passwd info * except in case USER_INFO_DONT_CHECK_UNIX_ACCOUNT is set -- cgit