diff options
Diffstat (limited to 'libc/pwd_grp/__getpwent_r.c')
-rw-r--r-- | libc/pwd_grp/__getpwent_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/__getpwent_r.c b/libc/pwd_grp/__getpwent_r.c index aa2b990a4..db49ae255 100644 --- a/libc/pwd_grp/__getpwent_r.c +++ b/libc/pwd_grp/__getpwent_r.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <string.h> #include <fcntl.h> -#include <pwd.h> +#include "config.h" /* This isn't as flash as my previous version -- it doesn't dynamically |