From c0e574a4739d20df87a0a48897537ba4c9afb2bf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 31 Dec 2005 01:42:32 +0000 Subject: r12627: This magic comment keeps minimal_includes.pl from suggesting the removal of this header. Andrew Bartlett (This used to be commit 17d4d49fe13831a4b9092b57a6279c128e10d36b) --- source4/auth/auth_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index 83e51921ea..26f2ed464f 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -22,7 +22,7 @@ #include "includes.h" #include "auth/auth.h" -#include "system/passwd.h" +#include "system/passwd.h" /* needed by some systems for struct passwd */ /* 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