updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / snapscreenshot / gcc4.3.patch
blobd88451a7d7b98dd928c5c4cb1e7763f90d241845
1 diff -aur snapscreenshot-1.0.14.2.orig/snapscreenshot.cc snapscreenshot-1.0.14.2.new/snapscreenshot.cc
2 --- snapscreenshot-1.0.14.2.orig/snapscreenshot.cc 2008-12-28 18:53:02.000000000 +0100
3 +++ snapscreenshot-1.0.14.2.new/snapscreenshot.cc 2008-12-28 18:58:06.000000000 +0100
4 @@ -7,6 +7,8 @@
5 #include <unistd.h>
6 #include <vector>
7 #include <string>
8 +#include <cstring>
9 +#include <cstdlib>
11 using namespace std;