artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33f3eff
)
Pull in stdlib.h for arc4random prototype.
author
millert
<millert@openbsd.org>
Mon, 10 Feb 1997 00:52:28 +0000
(
00:52
+0000)
committer
millert
<millert@openbsd.org>
Mon, 10 Feb 1997 00:52:28 +0000
(
00:52
+0000)
lib/libc/stdio/mktemp.c
patch
|
blob
|
history
diff --git
a/lib/libc/stdio/mktemp.c
b/lib/libc/stdio/mktemp.c
index
b1f7092
..
620ac64
100644
(file)
--- 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 deraad
t Exp $";
+static char rcsid[] = "$OpenBSD: mktemp.c,v 1.
7 1997/02/10 00:52:28 miller
t Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@
-40,6
+40,7
@@
static char rcsid[] = "$OpenBSD: mktemp.c,v 1.6 1997/02/07 13:01:24 deraadt Exp
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
#include <ctype.h>
#include <unistd.h>