diff options
Diffstat (limited to 'debianutils/mktemp.c')
-rw-r--r-- | debianutils/mktemp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debianutils/mktemp.c b/debianutils/mktemp.c index d47d5a0bf..ce5bda515 100644 --- a/debianutils/mktemp.c +++ b/debianutils/mktemp.c | |||
@@ -16,6 +16,7 @@ | |||
16 | #include <unistd.h> | 16 | #include <unistd.h> |
17 | #include <stdlib.h> | 17 | #include <stdlib.h> |
18 | 18 | ||
19 | int mktemp_main(int argc, char **argv); | ||
19 | int mktemp_main(int argc, char **argv) | 20 | int mktemp_main(int argc, char **argv) |
20 | { | 21 | { |
21 | unsigned long flags = getopt32(argc, argv, "dqt"); | 22 | unsigned long flags = getopt32(argc, argv, "dqt"); |