mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 979887: Fix GCC warning about undeclared function |vsnprintf|, r=glandium
This commit is contained in:
parent
724de1c4a9
commit
739b082bdc
@ -90,6 +90,7 @@ strdup_impl(const char *src)
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
MOZ_MEMORY_API int
|
||||
vasprintf_impl(char **str, const char *fmt, va_list ap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user