From fd39b2c24653521ca3d6fdf8691cb265b72ef9a0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 19 Aug 2012 17:02:10 +0200 Subject: [PATCH] client: fix missing stdarg.h include When the C library is uClibc, stdarg.h is required to get the definition for va_list et al. Signed-off-by: "Yann E. MORIN" --- client/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/common.h b/client/common.h index ca3609f8..13ef1c7a 100644 --- a/client/common.h +++ b/client/common.h @@ -31,6 +31,7 @@ #endif #include +#include #include #include #include