diff options
Diffstat (limited to 'include/compat/stdio.h')
-rw-r--r-- | include/compat/stdio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/compat/stdio.h b/include/compat/stdio.h index d5725c9..4ddd63a 100644 --- a/include/compat/stdio.h +++ b/include/compat/stdio.h | |||
@@ -20,7 +20,9 @@ | |||
20 | 20 | ||
21 | #ifndef HAVE_ASPRINTF | 21 | #ifndef HAVE_ASPRINTF |
22 | #include <stdarg.h> | 22 | #include <stdarg.h> |
23 | #define vasprintf libressl_vasprintf | ||
23 | int vasprintf(char **str, const char *fmt, va_list ap); | 24 | int vasprintf(char **str, const char *fmt, va_list ap); |
25 | #define asprintf libressl_asprintf | ||
24 | int asprintf(char **str, const char *fmt, ...); | 26 | int asprintf(char **str, const char *fmt, ...); |
25 | #endif | 27 | #endif |
26 | 28 | ||