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