diff options
Diffstat (limited to 'include/stdio.h')
-rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index e23fbe5..fffa170 100644 --- a/include/stdio.h +++ b/include/stdio.h | |||
@@ -4,6 +4,7 @@ | |||
4 | #define LIBCRYPTOCOMPAT_STDIO_H | 4 | #define LIBCRYPTOCOMPAT_STDIO_H |
5 | 5 | ||
6 | #ifdef NO_ASPRINTF | 6 | #ifdef NO_ASPRINTF |
7 | #include <stdarg.h> | ||
7 | int vasprintf(char **str, const char *fmt, va_list ap); | 8 | int vasprintf(char **str, const char *fmt, va_list ap); |
8 | int asprintf(char **str, const char *fmt, ...); | 9 | int asprintf(char **str, const char *fmt, ...); |
9 | #endif | 10 | #endif |