summaryrefslogtreecommitdiffstats
path: root/bsd-mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-mktemp.c')
-rw-r--r--bsd-mktemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-mktemp.c b/bsd-mktemp.c
index cdef62da..7c02ea1a 100644
--- a/bsd-mktemp.c
+++ b/bsd-mktemp.c
@@ -51,7 +51,7 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.13 1998/06/30 23:03:13 deraadt Exp
#include <ctype.h>
#include <unistd.h>
-#include "helper.h"
+#include "bsd-misc.h"
static int _gettemp(char *, int *, int, int);