repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git]
/
yacas
/
gcc4.3.patch
blob
86cce768bb0baf28b4538b034334ad314e19fdd6
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>
10
11
using namespace std;