diff options
Diffstat (limited to 'src/pwd/endpwent.c')
-rw-r--r-- | src/pwd/endpwent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pwd/endpwent.c b/src/pwd/endpwent.c index df6af455..bb22e1be 100644 --- a/src/pwd/endpwent.c +++ b/src/pwd/endpwent.c @@ -1,6 +1,6 @@ #include <pwd.h> +#include <stdio.h> #include "_pwd.h" -#include "stdio.h" void endpwent(void) { |