diff options
Diffstat (limited to 'init/start_stop_daemon.c')
-rw-r--r-- | init/start_stop_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/start_stop_daemon.c b/init/start_stop_daemon.c index 6b09043..5765261 100644 --- a/init/start_stop_daemon.c +++ b/init/start_stop_daemon.c @@ -18,7 +18,7 @@ #include <unistd.h> #include "busybox.h" -#include "pwd.h" +#include "pwd_.h" static int start = 0; static int stop = 0; |