* updated kmbox (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / develop / odyssey / hotfix-gcc43.patch
blob8571357cfb89e01b43cf73df2cc38788e8694acf
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../odyssey/gcc43.patch
5 # Copyright (C) 2009 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- odyssey-0.5/src/ConfigFile.cxx.vanilla 2009-04-12 17:06:11.000000000 +0200
18 +++ odyssey-0.5/src/ConfigFile.cxx 2009-04-12 17:07:38.000000000 +0200
19 @@ -19,6 +19,7 @@
20 using namespace std;
22 #include <stdio.h>
23 +#include <stdlib.h>
24 #include <string.h>
25 #include <stdexcept>
26 #include <new>
27 --- odyssey-0.5/src/device/PicDevice.cxx.vanilla 2009-04-12 17:08:05.000000000 +0200
28 +++ odyssey-0.5/src/device/PicDevice.cxx 2009-04-12 17:08:15.000000000 +0200
29 @@ -19,6 +19,7 @@
30 using namespace std;
32 #include <stdio.h>
33 +#include <string.h>
34 #include <stdexcept>
35 #include "config.h"
36 #include "PicDevice.h"
37 --- odyssey-0.5/src/main.cxx.vanilla 2009-04-12 17:07:13.000000000 +0200
38 +++ odyssey-0.5/src/main.cxx 2009-04-12 17:07:25.000000000 +0200
39 @@ -19,6 +19,7 @@
40 using namespace std;
42 #include <stdio.h>
43 +#include <stdlib.h>
44 #include <string.h>
45 #include <signal.h>
46 #include <unistd.h>