aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-08 11:47:52 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-08 11:47:52 +0000
commite167d69309b8f8123550cf3ba58690b1907687d6 (patch)
treec4733a1fdb6d57fbe7a24163cc9cab728df2aa6c /libpwdgrp
parent8e49caa54fd7921dc0cc3b925668c76a16a39414 (diff)
downloadbusybox-e167d69309b8f8123550cf3ba58690b1907687d6.tar.gz
Change #include order to fix warning
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/pwent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpwdgrp/pwent.c b/libpwdgrp/pwent.c
index 133fa4564..4a80093e8 100644
--- a/libpwdgrp/pwent.c
+++ b/libpwdgrp/pwent.c
@@ -21,10 +21,11 @@
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>
-#include "pwd_.h"
#include <fcntl.h>
#include "busybox.h"
+#include "pwd_.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