summaryrefslogtreecommitdiff
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 919c53178..69dc4dc6f 100644
--- a/mktemp.c
+++ b/mktemp.c
@@ -47,6 +47,8 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp
47#include <ctype.h> 47#include <ctype.h>
48#include <unistd.h> 48#include <unistd.h>
49 49
50#include "helper.h"
51
50static int _gettemp __P((char *, int *, int, int)); 52static int _gettemp __P((char *, int *, int, int));
51 53
52int 54int