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 ed4503caf..29e3d8673 100644 --- a/init/start_stop_daemon.c +++ b/init/start_stop_daemon.c @@ -16,9 +16,9 @@ #include <sys/stat.h> #include <dirent.h> #include <unistd.h> -#include "pwd.h" #include "busybox.h" +#include "pwd.h" static int start = 0; static int stop = 0; |