From 862f29a24f00bb6d8825390f323ae6ce43e36c05 Mon Sep 17 00:00:00 2001 From: andersen Date: Wed, 24 Oct 2001 17:19:38 +0000 Subject: Fixup the location of pwd.h and grp.h git-svn-id: svn://busybox.net/trunk/busybox@3572 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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 a4059ddfe..6e7705ed1 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c @@ -29,8 +29,8 @@ #include #include #include "busybox.h" -#include "pwd_grp/pwd.h" -#include "pwd_grp/grp.h" +#include "pwd.h" +#include "grp.h" /*struct passwd *getpwnam();*/ -- cgit v1.2.3-55-g6feb