diff options
Diffstat (limited to 'console-tools/reset.c')
-rw-r--r-- | console-tools/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/reset.c b/console-tools/reset.c index 03b078c5d..c844e1511 100644 --- a/console-tools/reset.c +++ b/console-tools/reset.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <stdio.h> | 13 | #include <stdio.h> |
14 | #include <stdlib.h> | 14 | #include <stdlib.h> |
15 | #include <unistd.h> | 15 | #include <unistd.h> |
16 | #include "busybox.h" | 16 | #include "libbb.h" |
17 | 17 | ||
18 | int reset_main(int argc, char **argv); | 18 | int reset_main(int argc, char **argv); |
19 | int reset_main(int argc, char **argv) | 19 | int reset_main(int argc, char **argv) |