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 @@ | |||
24 | #include <unistd.h> | 24 | #include <unistd.h> |
25 | #include <string.h> | 25 | #include <string.h> |
26 | #include <fcntl.h> | 26 | #include <fcntl.h> |
27 | #include "pwd.h" | 27 | #include "pwd_.h" |
28 | 28 | ||
29 | #define PWD_BUFFER_SIZE 256 | 29 | #define PWD_BUFFER_SIZE 256 |
30 | 30 | ||