From 3d112efc672b877c74893229d3fd30f99489b9ff Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Oct 1999 13:20:30 +1000 Subject: Big PAM cleanup Added header for arc4random to mktemp.c Fixed return type of arc4random --- mktemp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mktemp.c') 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 #include #include +#include "helper.h" + static int _gettemp __P((char *, int *, int, int)); int -- cgit v1.2.3