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/stdlib/mkstemp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdlib/mkstemp.c') diff --git a/libc/stdlib/mkstemp.c b/libc/stdlib/mkstemp.c index de5d557f4..c569ceaf5 100644 --- a/libc/stdlib/mkstemp.c +++ b/libc/stdlib/mkstemp.c @@ -18,6 +18,7 @@ #include #include +#include "../misc/internals/tempname.h" /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; -- cgit v1.2.3