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 --- debianutils/start_stop_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debianutils/start_stop_daemon.c') diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 0152283ad..f8b2d936c 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c @@ -16,7 +16,7 @@ #include #include #include -#include +#include "pwd.h" #include "busybox.h" -- cgit v1.2.3