From 4e05b9b0431aff7b44f57c333288401caaf86300 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 7 Dec 2002 23:14:40 +0000 Subject: include "busybox" after the libc includes tofix compile errors --- libpwdgrp/getpwuid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpwdgrp/getpwuid.c') 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 #include #include + #include "pwd_.h" +#include "busybox.h" struct passwd *getpwuid(uid_t uid) { -- cgit v1.2.3