summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/tmpfile.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-03-09 06:51:23 +0000
committerjb <jb@FreeBSD.org>1998-03-09 06:51:23 +0000
commit57eab44cdf9ffdde0c0474dae3eb964c3aec98c3 (patch)
treeb8c37b9b3cb6be53e00a0c501842255513dba0bb /lib/libc/stdio/tmpfile.c
parentb822200d69e79f09f797e2b0a22b4117439af34a (diff)
downloadFreeBSD-src-57eab44cdf9ffdde0c0474dae3eb964c3aec98c3.zip
FreeBSD-src-57eab44cdf9ffdde0c0474dae3eb964c3aec98c3.tar.gz
Added #include <string.h> to get prototypes.
Diffstat (limited to 'lib/libc/stdio/tmpfile.c')
-rw-r--r--lib/libc/stdio/tmpfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/tmpfile.c b/lib/libc/stdio/tmpfile.c
index 2f8abfc..3c5e97e 100644
--- a/lib/libc/stdio/tmpfile.c
+++ b/lib/libc/stdio/tmpfile.c
@@ -43,6 +43,7 @@ static char sccsid[] = "@(#)tmpfile.c 8.1 (Berkeley) 6/4/93";
#include <unistd.h>
#include <errno.h>
#include <stdio.h>
+#include <string.h>
#include <paths.h>
FILE *
OpenPOWER on IntegriCloud