>From 0eb91c2ba12825c6dc226e42730d3d07026085bb Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 9 Jul 2015 18:16:56 +1200 Subject: [PATCH 4/4] lib/util/debug.h uses va_list, needs stdarg.h Signed-off-by: Douglas Bagnall --- lib/util/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/debug.h b/lib/util/debug.h index c312bbf..e399379 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -25,7 +25,7 @@ #include #include - +#include #include "attr.h" -- 1.9.1