From 862f29a24f00bb6d8825390f323ae6ce43e36c05 Mon Sep 17 00:00:00 2001 From: andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> 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 --- 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 0152283ad..f8b2d936c 100644 --- a/init/start_stop_daemon.c +++ b/init/start_stop_daemon.c @@ -16,7 +16,7 @@ #include <sys/stat.h> #include <dirent.h> #include <unistd.h> -#include <pwd.h> +#include "pwd.h" #include "busybox.h" -- cgit v1.2.3-55-g6feb