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 ca11188..d46e2c7 100644 --- a/libpwdgrp/getpw.c +++ b/libpwdgrp/getpw.c @@ -23,7 +23,7 @@ #include <sys/types.h> #include <errno.h> #include <stdio.h> -#include "pwd.h" +#include "pwd_.h" int getpw(uid_t uid, char *buf) { |