From 3d9e386284bcc1e3599046d348a4b905ce5005c4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 1 Apr 2002 11:57:37 +0000 Subject: Remove function declartions from include/features.h, create a separate header file for those, and fixup references. -Erik --- libc/stdio/tmpfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdio/tmpfile.c') diff --git a/libc/stdio/tmpfile.c b/libc/stdio/tmpfile.c index f19c497a4..d7940b139 100644 --- a/libc/stdio/tmpfile.c +++ b/libc/stdio/tmpfile.c @@ -19,6 +19,7 @@ #include #include #include +#include "../misc/internals/tempname.h" /* This returns a new stream opened on a temporary file (generated by tmpnam). The file is opened with mode "w+b" (binary read/write). -- cgit v1.2.3