4091051a7695a09539c929d8a61d55c78b4b6cd0
[vuplus_openembedded] / recipes / mml-widget / files / mathview-gcc43x.diff
1 --- /tmp/mathVariantAux.cc      2008-07-13 15:56:56.000000000 +0200
2 +++ gtkmathview-0.8.0/src/engine/mathml/mathVariantAux.cc       2008-07-13 15:57:46.893198000 +0200
3 @@ -20,6 +20,8 @@
4  
5  #include <cassert>
6  
7 +#include <string.h>
8 +
9  #include "mathVariantAux.hh"
10  
11  static MathVariantAttributes vattr[] = {
12 --- /tmp/T1_FontDataBase.cc     2008-07-13 16:25:24.000000000 +0200
13 +++ gtkmathview-0.8.0/src/backend/ps/T1_FontDataBase.cc 2008-07-13 16:25:47.123198000 +0200
14 @@ -20,6 +20,7 @@
15  #include <config.h>
16  #include <map>
17  #include <string>
18 +#include <string.h>
19  #include <stdlib.h>
20  #include <iostream>
21  #include <list>
22 --- /tmp/SMS.cc 2008-07-13 16:27:23.000000000 +0200
23 +++ gtkmathview-0.8.0/mathmlsvg/SMS.cc  2008-07-13 16:27:41.543198000 +0200
24 @@ -19,6 +19,7 @@
25  #include <config.h>
26  
27  #include <sstream>
28 +#include <string.h>
29  #include "defs.h"
30  #include "AbstractLogger.hh"
31  #include "ValueConversion.hh"
32 --- /tmp/main.cc        2008-07-13 16:29:11.000000000 +0200
33 +++ gtkmathview-0.8.0/mathmlsvg/main.cc 2008-07-13 16:29:28.813198000 +0200
34 @@ -20,7 +20,7 @@
35  
36  #include <cassert>
37  #include <fstream>
38 -
39 +#include <string.h>
40  #include <popt.h>
41  
42  // needed for old versions of GCC, must come before String.hh!
43 --- /tmp/main.cc        2008-07-13 16:30:11.000000000 +0200
44 +++ gtkmathview-0.8.0/mathmlps/main.cc  2008-07-13 16:30:33.183198000 +0200
45 @@ -20,7 +20,7 @@
46  
47  #include <cassert>
48  #include <fstream>
49 -
50 +#include <string.h>
51  #include <popt.h>
52  
53  // needed for old versions of GCC, must come before String.hh!