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" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2012-08-19 17:02:10 +02:00 committed by Christophe Fergeau
parent c83a608fb4
commit fd39b2c246

View File

@ -31,6 +31,7 @@
#endif
#include <stdio.h>
#include <stdarg.h>
#include <string>
#include <vector>
#include <map>