diff options
Diffstat (limited to 'libc/pwd_grp/getpw.c')
-rw-r--r-- | libc/pwd_grp/getpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/getpw.c b/libc/pwd_grp/getpw.c index 83f6fe973..4731bb961 100644 --- a/libc/pwd_grp/getpw.c +++ b/libc/pwd_grp/getpw.c @@ -21,7 +21,7 @@ #include <sys/types.h> #include <errno.h> #include <stdio.h> -#include <pwd.h> +#include "config.h" int getpw(uid_t uid, char *buf) { |