From f87232c120696b6e33b241e814d4e9b48efc13d7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 5 Feb 2003 10:56:56 +0000 Subject: 18086: I don't know how this got missed out... --- Src/utils.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/utils.c') 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) -- cgit 1.4.1