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/__getgrent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpwdgrp/__getgrent.c') diff --git a/libpwdgrp/__getgrent.c b/libpwdgrp/__getgrent.c index 5fb4193..3923010 100644 --- a/libpwdgrp/__getgrent.c +++ b/libpwdgrp/__getgrent.c @@ -18,11 +18,11 @@ * */ -#include "busybox.h" - #include #include #include + +#include "busybox.h" #include "grp_.h" /* -- cgit v1.1