aboutsummaryrefslogtreecommitdiff
path: root/kill.c
diff options
context:
space:
mode:
Diffstat (limited to 'kill.c')
-rw-r--r--kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kill.c b/kill.c
index bdd22b52d..e62503b3c 100644
--- a/kill.c
+++ b/kill.c
@@ -21,7 +21,6 @@
21 */ 21 */
22 22
23 23
24#include "busybox.h"
25#include <stdio.h> 24#include <stdio.h>
26#include <stdlib.h> 25#include <stdlib.h>
27#include <errno.h> 26#include <errno.h>
@@ -30,6 +29,7 @@
30#include <ctype.h> 29#include <ctype.h>
31#include <string.h> 30#include <string.h>
32#include <unistd.h> 31#include <unistd.h>
32#include "busybox.h"
33 33
34static const int KILL = 0; 34static const int KILL = 0;
35static const int KILLALL = 1; 35static const int KILLALL = 1;