From ab0af298da8c6d96870be06c2497640da9ec6647 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 24 Feb 2014 21:56:08 -0800 Subject: [PATCH] Include stdarg.h for the va_copy test --- src/cc-compat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cc-compat.h b/src/cc-compat.h index 37f1ea81e..e73cb6de8 100644 --- a/src/cc-compat.h +++ b/src/cc-compat.h @@ -7,6 +7,8 @@ #ifndef INCLUDE_compat_h__ #define INCLUDE_compat_h__ +#include + /* * See if our compiler is known to support flexible array members. */