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 --- applets/applets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets') diff --git a/applets/applets.c b/applets/applets.c index 9dcfe6b85..cfcff3a53 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -50,8 +50,8 @@ static void check_suid ( struct BB_applet *app ); #include #include -#include "pwd.h" -#include "grp.h" +#include "pwd_.h" +#include "grp_.h" static int parse_config_file ( void ); -- cgit v1.2.3