aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/HsUnix.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HsUnix.h')
-rw-r--r--include/HsUnix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/HsUnix.h b/include/HsUnix.h
index d8a072a..eecbfe8 100644
--- a/include/HsUnix.h
+++ b/include/HsUnix.h
@@ -175,6 +175,7 @@ int __hsunix_push_module(int fd, const char *module);
#if !defined(__MINGW32__)
int __hscore_mkstemp(char *filetemplate);
+char *__hscore_mkdtemp(char *filetemplate);
#endif
#if !defined(__MINGW32__) && !defined(irix_HOST_OS)