blob: b7486f43fa3def2309ad7706de22e9ca85cfcf48 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- libexplain/vasprintf.h.orig 2013-12-06 17:16:42.000000000 +0900
+++ libexplain/vasprintf.h 2013-12-06 17:17:29.000000000 +0900
@@ -27,6 +27,8 @@
* by the <i>vasprintf</i>(3) system call.
*/
+#include <libexplain/ac/stdarg.h>
+
#include <libexplain/gcc_attributes.h>
#include <libexplain/large_file_support.h>
|