aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/getpwuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/getpwuid.c')
-rw-r--r--libpwdgrp/getpwuid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/getpwuid.c b/libpwdgrp/getpwuid.c
index 819c874ac..23ff3aa88 100644
--- a/libpwdgrp/getpwuid.c
+++ b/libpwdgrp/getpwuid.c
@@ -18,12 +18,12 @@
*
*/
-#include "busybox.h"
-
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
+
#include "pwd_.h"
+#include "busybox.h"
struct passwd *getpwuid(uid_t uid)
{