diff options
Diffstat (limited to 'coreutils/basename.c')
-rw-r--r-- | coreutils/basename.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c index fcc7d46..0caae39 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c @@ -22,7 +22,8 @@ */ #include "busybox.h" -#include <stdio.h> +#include <stdlib.h> +#include <string.h> extern int basename_main(int argc, char **argv) { |