updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / yacas / gcc4.3.patch
blob86cce768bb0baf28b4538b034334ad314e19fdd6
1 diff -ruN yacas-1.2.2-orig/manmake/manripper.cpp yacas-1.2.2-new/manmake/manripper.cpp
2 --- yacas-1.2.2-orig/manmake/manripper.cpp 2007-09-04 10:28:19.000000000 +0200
3 +++ yacas-1.2.2-new/manmake/manripper.cpp 2008-04-11 22:56:51.000000000 +0200
4 @@ -2,6 +2,7 @@
5 #include <stdio.h>
6 #include <ctype.h>
7 #include <string>
8 +#include <cstring>
9 #include <map>
11 using namespace std;