diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:52:30 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:52:30 +0000 |
| commit | c0d41487f2731c71b5c22f13bcfaa73558886cfa (patch) | |
| tree | 1eb85d4fd1a17fa5c1874841f5a96b604f990584 /lib/libc/stdio/mktemp.c | |
| parent | 4c3af266f6ed1d7255aa89c13405b5db0a37fc3e (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/mktemp.c')
| -rw-r--r-- | lib/libc/stdio/mktemp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index 6cedd6a6be43..3f5966e1f424 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -40,6 +40,7 @@ static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; #include <fcntl.h> #include <errno.h> #include <stdio.h> +#include <unistd.h> #include <ctype.h> static int _gettemp(); |
