diff options
Diffstat (limited to 'libc/pwd_grp/__getspent_r.c')
-rw-r--r-- | libc/pwd_grp/__getspent_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/__getspent_r.c b/libc/pwd_grp/__getspent_r.c index 0500fa53c..2f87a1cc6 100644 --- a/libc/pwd_grp/__getspent_r.c +++ b/libc/pwd_grp/__getspent_r.c @@ -20,7 +20,7 @@ #include <unistd.h> #include <string.h> #include <fcntl.h> -#include <shadow.h> +#include "config.h" int __getspent_r(struct spwd * spwd, char * line_buff, size_t buflen, int spwd_fd) |