From 1a10eec17846b864a89834239a0533040cb504e7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 24 Oct 2001 17:19:38 +0000 Subject: Fixup the location of pwd.h and grp.h --- init/start_stop_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init/start_stop_daemon.c b/init/start_stop_daemon.c index 0152283..f8b2d93 100644 --- a/init/start_stop_daemon.c +++ b/init/start_stop_daemon.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include "pwd.h" #include "busybox.h" -- cgit v1.1