diff options
Diffstat (limited to 'include/asprintf.h')
-rw-r--r-- | include/asprintf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asprintf.h b/include/asprintf.h index ce26aed..3ed35be 100644 --- a/include/asprintf.h +++ b/include/asprintf.h | |||
@@ -5,6 +5,8 @@ | |||
5 | #include <config.h> | 5 | #include <config.h> |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #include <stdio.h> | ||
9 | |||
8 | #ifndef HAVE_VASPRINTF | 10 | #ifndef HAVE_VASPRINTF |
9 | static inline int vasprintf(char **PTR, const char *TEMPLATE, va_list AP) | 11 | static inline int vasprintf(char **PTR, const char *TEMPLATE, va_list AP) |
10 | { | 12 | { |