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/__getpwent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpwdgrp/__getpwent.c') diff --git a/libpwdgrp/__getpwent.c b/libpwdgrp/__getpwent.c index d553250f4..1b38c27ef 100644 --- a/libpwdgrp/__getpwent.c +++ b/libpwdgrp/__getpwent.c @@ -18,13 +18,13 @@ * */ -#include "busybox.h" - #include #include #include #include + #include "pwd_.h" +#include "busybox.h" #define PWD_BUFFER_SIZE 256 -- cgit v1.2.3