diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/k5-platform.h | 3 |
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 */ |