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_getpwnam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/my_getpwnam.c') diff --git a/libbb/my_getpwnam.c b/libbb/my_getpwnam.c index 90277040e..db7f4a65f 100644 --- a/libbb/my_getpwnam.c +++ b/libbb/my_getpwnam.c @@ -21,9 +21,9 @@ #include #include +#include "libbb.h" #include "pwd.h" #include "grp.h" -#include "libbb.h" /* returns a uid given a username */ -- cgit v1.2.3