diff options
Diffstat (limited to 'libpwdgrp/putpwent.c')
-rw-r--r-- | libpwdgrp/putpwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/putpwent.c b/libpwdgrp/putpwent.c index 88dffc9..de285eb 100644 --- a/libpwdgrp/putpwent.c +++ b/libpwdgrp/putpwent.c @@ -22,7 +22,7 @@ #include <stdio.h> #include <errno.h> -#include "pwd.h" +#include "pwd_.h" int putpwent(const struct passwd *passwd, FILE * f) { |