diff options
-rw-r--r-- | source4/auth/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |