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 88dffc952..de285ebaf 100644 --- a/libpwdgrp/putpwent.c +++ b/libpwdgrp/putpwent.c | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | #include <stdio.h> | 23 | #include <stdio.h> |
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include "pwd.h" | 25 | #include "pwd_.h" |
26 | 26 | ||
27 | int putpwent(const struct passwd *passwd, FILE * f) | 27 | int putpwent(const struct passwd *passwd, FILE * f) |
28 | { | 28 | { |