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