aboutsummaryrefslogtreecommitdiff
path: root/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mktemp.c')
-rw-r--r--mktemp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mktemp.c b/mktemp.c
index 2d53cc2a4..3b9f2b22c 100644
--- a/mktemp.c
+++ b/mktemp.c
@@ -25,6 +25,8 @@
25#include "busybox.h" 25#include "busybox.h"
26#include <stdio.h> 26#include <stdio.h>
27#include <errno.h> 27#include <errno.h>
28#include <unistd.h>
29#include <stdlib.h>
28 30
29extern int mktemp_main(int argc, char **argv) 31extern int mktemp_main(int argc, char **argv)
30{ 32{