diff options
Diffstat (limited to 'libpwdgrp/__getpwent.c')
-rw-r--r-- | libpwdgrp/__getpwent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/__getpwent.c b/libpwdgrp/__getpwent.c index d553250..1b38c27 100644 --- a/libpwdgrp/__getpwent.c +++ b/libpwdgrp/__getpwent.c @@ -18,13 +18,13 @@ * */ -#include "busybox.h" - #include <stdlib.h> #include <unistd.h> #include <string.h> #include <fcntl.h> + #include "pwd_.h" +#include "busybox.h" #define PWD_BUFFER_SIZE 256 |