From 887ca79f04cdf45874ed783c1fb9b950bf25a246 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 3 Jul 2002 23:19:26 +0000 Subject: Scrub pwd.h and grp.h handling so we don't have to play any silly games. -Erik --- coreutils/uudecode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/uudecode.c') diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 6e7705ed1..a5ac002e9 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -29,8 +29,8 @@ #include #include #include "busybox.h" -#include "pwd.h" -#include "grp.h" +#include "pwd_.h" +#include "grp_.h" /*struct passwd *getpwnam();*/ -- cgit v1.2.3