projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e49caa
)
Change #include order to fix warning
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 8 Dec 2002 11:47:52 +0000
(11:47 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sun, 8 Dec 2002 11:47:52 +0000
(11:47 -0000)
libpwdgrp/pwent.c
patch
|
blob
|
history
diff --git
a/libpwdgrp/pwent.c
b/libpwdgrp/pwent.c
index 133fa4564312c654e04904752e32f47a85ee07a5..4a80093e84ad3fbf861da7efc35e8b6ba1108639 100644
(file)
--- 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