diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-01 11:57:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-01 11:57:37 +0000 |
commit | 3d9e386284bcc1e3599046d348a4b905ce5005c4 (patch) | |
tree | 2a385debe803b7299cda60eab493ecdbb467a467 /libc/stdlib/mkstemp64.c | |
parent | 193d725142ec7f946088890e0654a11db0c3c6c8 (diff) |
Remove function declartions from include/features.h, create
a separate header file for those, and fixup references.
-Erik
Diffstat (limited to 'libc/stdlib/mkstemp64.c')
-rw-r--r-- | libc/stdlib/mkstemp64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/mkstemp64.c b/libc/stdlib/mkstemp64.c index 5762da79d..02a03f00e 100644 --- a/libc/stdlib/mkstemp64.c +++ b/libc/stdlib/mkstemp64.c @@ -18,6 +18,7 @@ #include <stdio.h> #include <stdlib.h> +#include "../misc/internals/tempname.h" /* Generate a unique temporary file name from TEMPLATE. The last six characters of TEMPLATE must be "XXXXXX"; |