summaryrefslogtreecommitdiffstats
path: root/src/include/k5-platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/k5-platform.h')
-rw-r--r--src/include/k5-platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/k5-platform.h b/src/include/k5-platform.h
index 6cf4465066..fe248b3480 100644
--- a/src/include/k5-platform.h
+++ b/src/include/k5-platform.h
@@ -832,5 +832,8 @@ k5_asprintf(char **ret, const char *format, ...)
}
#endif
+#ifndef HAVE_MKSTEMP
+extern int krb5int_mkstemp(char *);
+#endif
#endif /* K5_PLATFORM_H */