diff options
Diffstat (limited to 'libpwdgrp/__getpwent.c')
-rw-r--r-- | libpwdgrp/__getpwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/__getpwent.c b/libpwdgrp/__getpwent.c index e406b8824..d553250f4 100644 --- a/libpwdgrp/__getpwent.c +++ b/libpwdgrp/__getpwent.c @@ -24,7 +24,7 @@ #include <unistd.h> #include <string.h> #include <fcntl.h> -#include "pwd.h" +#include "pwd_.h" #define PWD_BUFFER_SIZE 256 |