[Spice-commits] client/common.h
Christophe Fergau
teuf at kemper.freedesktop.org
Mon Aug 27 05:18:47 PDT 2012
client/common.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit fd39b2c24653521ca3d6fdf8691cb265b72ef9a0
Author: Yann E. MORIN <yann.morin.1998 at free.fr>
Date: Sun Aug 19 17:02:10 2012 +0200
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 at free.fr>
diff --git a/client/common.h b/client/common.h
index ca3609f..13ef1c7 100644
--- a/client/common.h
+++ b/client/common.h
@@ -31,6 +31,7 @@
#endif
#include <stdio.h>
+#include <stdarg.h>
#include <string>
#include <vector>
#include <map>
More information about the Spice-commits
mailing list