updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / swac-tools / cstdio.patch
blobc5981b50beb46c540af63d129b4df839c5898bbe
1 unchanged:
2 --- swac-explore-0.4.1/src/sqlite3++.cc 2009-02-06 19:01:29.000000000 +0800
3 +++ swac-explore-0.4.1.new/src/sqlite3++.cc 2010-03-03 00:32:09.680404192 +0800
4 @@ -18,6 +18,7 @@
5 */
7 #include <iostream>
8 +#include <cstdio>
10 #include "sqlite3++.hh"
12 unchanged:
13 --- swac-get-0.5/src/basic.cc 2008-09-30 04:53:36.000000000 +0800
14 +++ swac-get-0.5.new/src/basic.cc 2010-03-03 00:44:33.243671263 +0800
15 @@ -22,6 +22,7 @@
17 #include <sstream>
18 #include <iostream>
19 +#include <cstdio>
20 #include "basic.hh"
21 #include "global.hh"
23 unchanged:
24 --- swac-get-0.5/src/posix.cc 2009-02-02 08:08:57.000000000 +0800
25 +++ swac-get-0.5.new/src/posix.cc 2010-03-03 01:32:14.456718510 +0800
26 @@ -27,6 +27,7 @@
27 #include <cstring>
28 #include <list>
29 #include <iostream>
30 +#include <cstdio>
32 #include "posix.hh"
34 unchanged:
35 --- swac-get-0.5/src/sqlite3++.cc 2009-02-02 08:03:42.000000000 +0800
36 +++ swac-get-0.5.new/src/sqlite3++.cc 2010-03-03 00:32:24.537494325 +0800
37 @@ -19,6 +19,7 @@
40 #include <iostream>
41 +#include <cstdio>
42 #include <string>
44 #include "sqlite3++.hh"
45 unchanged:
46 --- swac-play-0.2/src/sqlite3++.cc 2009-02-05 18:57:39.000000000 +0800
47 +++ swac-play-0.2.new/src/sqlite3++.cc 2010-03-03 00:32:01.727079753 +0800
48 @@ -18,6 +18,7 @@
51 #include <iostream>
52 +#include <cstdio>
54 #include "sqlite3++.hh"
56 only in patch2:
57 unchanged:
58 --- swac-scan-0.2/src/speex.cc 2009-02-05 18:58:23.000000000 +0800
59 +++ swac-scan-0.2.new/src/speex.cc 2010-03-03 01:32:49.093798745 +0800
60 @@ -19,6 +19,7 @@
62 #include <ogg/ogg.h>
63 #include <iostream>
64 +#include <cstdio>
65 #include "speex.hh"