You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
11 lines
322 B
Index: src/vasprintf.c |
|
--- src/vasprintf.c.orig 2014-09-19 07:59:51.480520153 +0200 |
|
+++ src/vasprintf.c 2014-09-19 08:02:07.380431911 +0200 |
|
@@ -28,6 +28,7 @@ |
|
/* The mpfr_printf-like functions are defined only if <stdarg.h> exists */ |
|
#ifdef HAVE_STDARG |
|
|
|
+#include <stdlib.h> |
|
#include <stdarg.h> |
|
|
|
#ifndef HAVE_VA_COPY
|
|
|