aboutsummaryrefslogtreecommitdiff
path: root/include/compat/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/stdio.h')
-rw-r--r--include/compat/stdio.h2
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
23int vasprintf(char **str, const char *fmt, va_list ap); 24int vasprintf(char **str, const char *fmt, va_list ap);
25#define asprintf libressl_asprintf
24int asprintf(char **str, const char *fmt, ...); 26int asprintf(char **str, const char *fmt, ...);
25#endif 27#endif
26 28