diff options
Diffstat (limited to 'libpwdgrp/getpw.c')
-rw-r--r-- | libpwdgrp/getpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/getpw.c b/libpwdgrp/getpw.c index ca11188aa..d46e2c7da 100644 --- a/libpwdgrp/getpw.c +++ b/libpwdgrp/getpw.c | |||
@@ -23,7 +23,7 @@ | |||
23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
24 | #include <errno.h> | 24 | #include <errno.h> |
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | #include "pwd.h" | 26 | #include "pwd_.h" |
27 | 27 | ||
28 | int getpw(uid_t uid, char *buf) | 28 | int getpw(uid_t uid, char *buf) |
29 | { | 29 | { |