diff options
Diffstat (limited to 'kill.c')
-rw-r--r-- | kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
34 | static const int KILL = 0; | 34 | static const int KILL = 0; |
35 | static const int KILLALL = 1; | 35 | static const int KILLALL = 1; |