aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/pwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/pwent.c')
-rw-r--r--libpwdgrp/pwent.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpwdgrp/pwent.c b/libpwdgrp/pwent.c
index 1f4239741..133fa4564 100644
--- a/libpwdgrp/pwent.c
+++ b/libpwdgrp/pwent.c
@@ -18,14 +18,13 @@
*
*/
-#include "busybox.h"
-
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
#include "pwd_.h"
#include <fcntl.h>
+#include "busybox.h"
/*
* setpwent(), endpwent(), and getpwent() are included in the same object
* file, since one cannot be used without the other two, so it makes sense to