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