From f81e46df81afd4e34ef48ab5469c68f0b32caeab Mon Sep 17 00:00:00 2001 From: millert Date: Mon, 10 Feb 1997 00:52:28 +0000 Subject: [PATCH] Pull in stdlib.h for arc4random prototype. --- lib/libc/stdio/mktemp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index b1f7092bf0e..620ac64b081 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -32,7 +32,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: mktemp.c,v 1.6 1997/02/07 13:01:24 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: mktemp.c,v 1.7 1997/02/10 00:52:28 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -40,6 +40,7 @@ static char rcsid[] = "$OpenBSD: mktemp.c,v 1.6 1997/02/07 13:01:24 deraadt Exp #include #include #include +#include #include #include -- 2.20.1