Dash:
[t2.git] / package / multimedia / dvbd / hotfix-gcc43.patch
blobfeb24903a80bd7aa2b33e54c449e1670e8e0f0aa
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../dvbd/gcc43.patch
5 # Copyright (C) 2008 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 --- dvbd-0.7.7/src/dvbsched.cpp.vanilla 2008-04-09 10:27:09.000000000 +0000
18 +++ dvbd-0.7.7/src/dvbsched.cpp 2008-04-09 10:27:17.000000000 +0000
19 @@ -29,6 +29,7 @@
20 #include <iostream>
21 #include <time.h>
22 #include <getopt.h>
23 +#include <stdlib.h>
24 #include <cerrno>
25 #include <fstream>
27 --- dvbd-0.7.7/src/utils.cpp.vanilla 2008-04-09 10:26:22.000000000 +0000
28 +++ dvbd-0.7.7/src/utils.cpp 2008-04-09 10:26:50.000000000 +0000
29 @@ -23,6 +23,7 @@
30 #include <sys/socket.h>
31 #include <sys/stat.h>
32 #include <unistd.h>
33 +#include <string.h>
34 #include <iostream>
35 #include <cctype>
36 #include <cerrno>
37 --- dvbd-0.7.7/src/dvbtuneparamscommon.cpp.vanilla 2008-04-09 10:28:03.000000000 +0000
38 +++ dvbd-0.7.7/src/dvbtuneparamscommon.cpp 2008-04-09 10:28:36.000000000 +0000
39 @@ -4,6 +4,7 @@
40 #include "dvbtuneparamscommon.h"
41 #include "tune.h"
43 +#include <stdlib.h>
44 #include <map>
45 #include <iostream>
47 --- dvbd-0.7.7/src/signals.cpp.vanilla 2008-04-09 10:27:30.000000000 +0000
48 +++ dvbd-0.7.7/src/signals.cpp 2008-04-09 10:27:46.000000000 +0000
49 @@ -22,6 +22,7 @@
50 #include <sys/types.h>
51 #include <sys/stat.h>
52 #include <fcntl.h>
53 +#include <stdlib.h>
54 #include <unistd.h>
55 #include <signal.h>
56 #include <cerrno>