diff options
Diffstat (limited to 'console-tools/clear.c')
-rw-r--r-- | console-tools/clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/clear.c b/console-tools/clear.c index 8e34d6d9a..053293ce2 100644 --- a/console-tools/clear.c +++ b/console-tools/clear.c | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | #include <stdio.h> | 13 | #include <stdio.h> |
14 | #include <stdlib.h> | 14 | #include <stdlib.h> |
15 | #include "busybox.h" | 15 | #include "libbb.h" |
16 | 16 | ||
17 | 17 | ||
18 | int clear_main(int argc, char **argv); | 18 | int clear_main(int argc, char **argv); |