diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 10:49:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-02 10:49:25 +0000 |
commit | 5c58bdbc965aca4a880ae4c342133ae2299485cc (patch) | |
tree | b362e19c111dff925a4238b6b140665211cfacc3 /main/spice/cstdarg.patch | |
parent | bb43c39da7334dab2a35adba80e0b9c5ae33051c (diff) | |
download | aports-5c58bdbc965aca4a880ae4c342133ae2299485cc.tar.bz2 aports-5c58bdbc965aca4a880ae4c342133ae2299485cc.tar.xz |
main/spice: moved from testing
Diffstat (limited to 'main/spice/cstdarg.patch')
-rw-r--r-- | main/spice/cstdarg.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/spice/cstdarg.patch b/main/spice/cstdarg.patch new file mode 100644 index 0000000000..7a16dc579c --- /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__ |