diff options
Diffstat (limited to 'dirname.c')
-rw-r--r-- | dirname.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,10 +20,11 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ -#include "busybox.h" + #include <stdio.h> #include <stdlib.h> #include <string.h> +#include "busybox.h" extern int dirname_main(int argc, char **argv) { |