diff options
Diffstat (limited to 'debianutils/mktemp.c')
-rw-r--r-- | debianutils/mktemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/mktemp.c b/debianutils/mktemp.c index 09c79f504..495a2ea3a 100644 --- a/debianutils/mktemp.c +++ b/debianutils/mktemp.c | |||
@@ -9,12 +9,12 @@ | |||
9 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 9 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "busybox.h" | ||
12 | #include <stdio.h> | 13 | #include <stdio.h> |
13 | #include <errno.h> | 14 | #include <errno.h> |
14 | #include <string.h> | 15 | #include <string.h> |
15 | #include <unistd.h> | 16 | #include <unistd.h> |
16 | #include <stdlib.h> | 17 | #include <stdlib.h> |
17 | #include "busybox.h" | ||
18 | 18 | ||
19 | int mktemp_main(int argc, char **argv) | 19 | int mktemp_main(int argc, char **argv) |
20 | { | 20 | { |