summaryrefslogtreecommitdiffstats
path: root/main/spice/cstdarg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/spice/cstdarg.patch')
-rw-r--r--main/spice/cstdarg.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/spice/cstdarg.patch b/main/spice/cstdarg.patch
new file mode 100644
index 000000000..7a16dc579
--- /dev/null
+++ b/main/spice/cstdarg.patch
@@ -0,0 +1,10 @@
+--- ./client/common.h.orig
++++ ./client/common.h
+@@ -39,6 +39,7 @@
+ #include <exception>
+ #include <list>
+ #include <string.h>
++#include <cstdarg>
+
+ #ifdef WIN32
+ #ifdef __GNUC__