summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Src/utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Src/utils.c b/Src/utils.c
index a043c101f..8534a64cc 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1098,6 +1098,10 @@ zclose(int fd)
/* Get a file name relative to $TMPPREFIX which *
* is unique, for use as a temporary file. */
+#ifdef HAVE__MKTEMP
+extern char *_mktemp(char *);
+#endif
+
/**/
mod_export char *
gettempname(void)