From ea1a63a2011a44b143cc46c7d80a8152f5358e24 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 4 Jun 2002 20:10:23 +0000 Subject: Fix for broken handling off BusyBox's own pwd/grp implementations [Parts of this patch may overlap with my other two patches] --- libbb/my_getgrnam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/my_getgrnam.c') diff --git a/libbb/my_getgrnam.c b/libbb/my_getgrnam.c index dbacf5192..f21d482c6 100644 --- a/libbb/my_getgrnam.c +++ b/libbb/my_getgrnam.c @@ -21,9 +21,9 @@ #include #include +#include "libbb.h" #include "pwd.h" #include "grp.h" -#include "libbb.h" /* returns a gid given a group name */ -- cgit v1.2.3