summaryrefslogtreecommitdiff
path: root/libc/misc/internals/tempname.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-01 11:57:37 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-01 11:57:37 +0000
commit3d9e386284bcc1e3599046d348a4b905ce5005c4 (patch)
tree2a385debe803b7299cda60eab493ecdbb467a467 /libc/misc/internals/tempname.c
parent193d725142ec7f946088890e0654a11db0c3c6c8 (diff)
Remove function declartions from include/features.h, create
a separate header file for those, and fixup references. -Erik
Diffstat (limited to 'libc/misc/internals/tempname.c')
-rw-r--r--libc/misc/internals/tempname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/misc/internals/tempname.c b/libc/misc/internals/tempname.c
index 427c16cb5..573305162 100644
--- a/libc/misc/internals/tempname.c
+++ b/libc/misc/internals/tempname.c
@@ -33,6 +33,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
+#include "tempname.h"
/* Return nonzero if DIR is an existent directory. */