diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-11 03:40:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-11 03:40:10 +0000 |
commit | 39438c7c17fcd1b4599451096b659e6bfb1df841 (patch) | |
tree | 519524878c289c0b59539887c347958766f96310 | |
parent | b323162aab71137efd7137c7b38946687d360e4f (diff) | |
download | busybox-w32-39438c7c17fcd1b4599451096b659e6bfb1df841.tar.gz busybox-w32-39438c7c17fcd1b4599451096b659e6bfb1df841.tar.bz2 busybox-w32-39438c7c17fcd1b4599451096b659e6bfb1df841.zip |
Fixup header file ordering
-rw-r--r-- | libpwdgrp/getpwuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/getpwuid.c b/libpwdgrp/getpwuid.c index 23ff3aa88..7a04b67ca 100644 --- a/libpwdgrp/getpwuid.c +++ b/libpwdgrp/getpwuid.c | |||
@@ -22,8 +22,8 @@ | |||
22 | #include <unistd.h> | 22 | #include <unistd.h> |
23 | #include <fcntl.h> | 23 | #include <fcntl.h> |
24 | 24 | ||
25 | #include "pwd_.h" | ||
26 | #include "busybox.h" | 25 | #include "busybox.h" |
26 | #include "pwd_.h" | ||
27 | 27 | ||
28 | struct passwd *getpwuid(uid_t uid) | 28 | struct passwd *getpwuid(uid_t uid) |
29 | { | 29 | { |