summaryrefslogtreecommitdiffstats
path: root/main/spice/cstdarg.patch
blob: 7a16dc579ccae2c6bf1225776c77eeb21e53bbb6 (plain)
1
2
3
4
5
6
7
8
9
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__