aports/main/spice/cstdarg.patch
2011-12-02 10:49:25 +00:00

11 lines
180 B
Diff

--- ./client/common.h.orig
+++ ./client/common.h
@@ -39,6 +39,7 @@
#include <exception>
#include <list>
#include <string.h>
+#include <cstdarg>
#ifdef WIN32
#ifdef __GNUC__