diff options
Diffstat (limited to 'clear.c')
-rw-r--r-- | clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,9 +22,9 @@ * */ -#include "busybox.h" #include <stdio.h> #include <stdlib.h> +#include "busybox.h" extern int clear_main(int argc, char **argv) |