about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--include/stdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 4abb1e65..186fdf2c 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -154,6 +154,8 @@ char *tempnam(const char *, const char *);
 char *cuserid(char *);
 #undef off64_t
 #define off64_t off_t
+int asprintf(char **, const char *, ...);
+int vasprintf(char **, const char *, va_list);
 #endif
 
 #ifdef __cplusplus