Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-12-11 06:40:10 +0300
committerEric Andersen <andersen@codepoet.org>2002-12-11 06:40:10 +0300
commit39438c7c17fcd1b4599451096b659e6bfb1df841 (patch)
tree519524878c289c0b59539887c347958766f96310 /libpwdgrp
parentb323162aab71137efd7137c7b38946687d360e4f (diff)
Fixup header file ordering
Diffstat (limited to 'libpwdgrp')
-rw-r--r--libpwdgrp/getpwuid.c2
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 @@
#include <unistd.h>
#include <fcntl.h>
-#include "pwd_.h"
#include "busybox.h"
+#include "pwd_.h"
struct passwd *getpwuid(uid_t uid)
{