1 | --- mytharchive/mytharchive/fileselector.cpp
|
---|
2 | +++ mytharchive/mytharchive/fileselector.cpp
|
---|
3 | @@ -1,3 +1,4 @@
|
---|
4 | +#include <cstdlib>
|
---|
5 | // Qt
|
---|
6 | #include <qdir.h>
|
---|
7 | #include <qapplication.h>
|
---|
8 | --- mytharchive/mytharchive/importnativewizard.cpp
|
---|
9 | +++ mytharchive/mytharchive/importnativewizard.cpp
|
---|
10 | @@ -1,3 +1,4 @@
|
---|
11 | +#include <cstdlib>
|
---|
12 | // Qt
|
---|
13 | #include <qdir.h>
|
---|
14 | #include <qapplication.h>
|
---|
15 | --- mytharchive/mytharchive/logviewer.cpp
|
---|
16 | +++ mytharchive/mytharchive/logviewer.cpp
|
---|
17 | @@ -1,5 +1,6 @@
|
---|
18 | #include <unistd.h>
|
---|
19 | #include <iostream>
|
---|
20 | +#include <cstdlib>
|
---|
21 |
|
---|
22 | using namespace std;
|
---|
23 |
|
---|
24 | --- mytharchive/mytharchive/main.cpp
|
---|
25 | +++ mytharchive/mytharchive/main.cpp
|
---|
26 | @@ -8,6 +8,7 @@
|
---|
27 | #include "config.h"
|
---|
28 |
|
---|
29 | #include <iostream>
|
---|
30 | +#include <cstdlib>
|
---|
31 | #include <signal.h>
|
---|
32 |
|
---|
33 | using namespace std;
|
---|
34 | --- mytharchive/mytharchive/thumbfinder.cpp
|
---|
35 | +++ mytharchive/mytharchive/thumbfinder.cpp
|
---|
36 | @@ -1,4 +1,5 @@
|
---|
37 | #include <math.h>
|
---|
38 | +#include <cstdlib>
|
---|
39 |
|
---|
40 | // qt
|
---|
41 | #include <qdir.h>
|
---|
42 | --- mytharchive/mytharchivehelper/main.cpp
|
---|
43 | +++ mytharchive/mytharchivehelper/main.cpp
|
---|
44 | @@ -2,6 +2,7 @@
|
---|
45 | #include <stdint.h>
|
---|
46 | #include <sys/wait.h> // for WIFEXITED and WEXITSTATUS
|
---|
47 | #include <unistd.h>
|
---|
48 | +#include <cstdlib>
|
---|
49 |
|
---|
50 | #include <mythtv/mythconfig.h>
|
---|
51 | #ifdef CONFIG_DARWIN
|
---|
52 | --- mythflix/mythflix/mythflix.cpp
|
---|
53 | +++ mythflix/mythflix/mythflix.cpp
|
---|
54 | @@ -20,6 +20,7 @@
|
---|
55 | * ============================================================ */
|
---|
56 |
|
---|
57 | #include <iostream>
|
---|
58 | +#include <cstdlib>
|
---|
59 |
|
---|
60 | #include <unistd.h>
|
---|
61 |
|
---|
62 | --- mythflix/mythflix/mythflixconfig.cpp
|
---|
63 | +++ mythflix/mythflix/mythflixconfig.cpp
|
---|
64 | @@ -21,6 +21,7 @@
|
---|
65 |
|
---|
66 | #include <qapplication.h>
|
---|
67 | #include <iostream>
|
---|
68 | +#include <cstdlib>
|
---|
69 |
|
---|
70 | #include <qptrlist.h>
|
---|
71 | #include <qstring.h>
|
---|
72 | --- mythflix/mythflix/mythflixqueue.cpp
|
---|
73 | +++ mythflix/mythflix/mythflixqueue.cpp
|
---|
74 | @@ -20,6 +20,7 @@
|
---|
75 | * ============================================================ */
|
---|
76 |
|
---|
77 | #include <iostream>
|
---|
78 | +#include <cstdlib>
|
---|
79 |
|
---|
80 | #include <unistd.h>
|
---|
81 |
|
---|
82 | --- mythmovies/mythmovies/moviesui.cpp
|
---|
83 | +++ mythmovies/mythmovies/moviesui.cpp
|
---|
84 | @@ -5,6 +5,7 @@
|
---|
85 | #include <mythtv/uitypes.h>
|
---|
86 | #include <qprocess.h>
|
---|
87 | #include <unistd.h>
|
---|
88 | +#include <cstdlib>
|
---|
89 |
|
---|
90 | #include "moviesui.h"
|
---|
91 |
|
---|
92 | --- mythmusic/mythmusic/directoryfinder.cpp
|
---|
93 | +++ mythmusic/mythmusic/directoryfinder.cpp
|
---|
94 | @@ -1,3 +1,4 @@
|
---|
95 | +#include <cstdlib>
|
---|
96 | // Qt
|
---|
97 | #include <qdir.h>
|
---|
98 | #include <qapplication.h>
|
---|
99 | --- mythnews/mythnews/mythnews.cpp
|
---|
100 | +++ mythnews/mythnews/mythnews.cpp
|
---|
101 | @@ -22,6 +22,7 @@
|
---|
102 | #include <iostream>
|
---|
103 | #include <math.h>
|
---|
104 | #include <unistd.h>
|
---|
105 | +#include <cstdlib>
|
---|
106 |
|
---|
107 | #include <qapplication.h>
|
---|
108 | #include <qnetwork.h>
|
---|
109 | --- mythnews/mythnews/mythnewsconfig.cpp
|
---|
110 | +++ mythnews/mythnews/mythnewsconfig.cpp
|
---|
111 | @@ -21,6 +21,7 @@
|
---|
112 |
|
---|
113 | #include <qapplication.h>
|
---|
114 | #include <iostream>
|
---|
115 | +#include <cstdlib>
|
---|
116 |
|
---|
117 | #include <qptrlist.h>
|
---|
118 | #include <qstring.h>
|
---|
119 | --- mythphone/mythphone/h263.cpp
|
---|
120 | +++ mythphone/mythphone/h263.cpp
|
---|
121 | @@ -12,6 +12,7 @@
|
---|
122 | #include <qimage.h>
|
---|
123 |
|
---|
124 | #include <iostream>
|
---|
125 | +#include <cstdlib>
|
---|
126 | using namespace std;
|
---|
127 |
|
---|
128 | #ifndef WIN32
|
---|
129 | --- mythphone/mythphone/main.cpp
|
---|
130 | +++ mythphone/mythphone/main.cpp
|
---|
131 | @@ -8,6 +8,7 @@
|
---|
132 | */
|
---|
133 |
|
---|
134 | #include <iostream>
|
---|
135 | +#include <cstdlib>
|
---|
136 | using namespace std;
|
---|
137 |
|
---|
138 | #include <qapplication.h>
|
---|
139 | --- mythphone/mythphone/vxml.cpp
|
---|
140 | +++ mythphone/mythphone/vxml.cpp
|
---|
141 | @@ -107,6 +107,7 @@
|
---|
142 | #include <unistd.h>
|
---|
143 | #include <math.h>
|
---|
144 | #include <iostream>
|
---|
145 | +#include <cstdlib>
|
---|
146 |
|
---|
147 | #include <mythtv/mythcontext.h>
|
---|
148 |
|
---|
149 | --- mythvideo/mtd/logging.cpp
|
---|
150 | +++ mythvideo/mtd/logging.cpp
|
---|
151 | @@ -10,6 +10,7 @@
|
---|
152 | #include "logging.h"
|
---|
153 |
|
---|
154 | #include <unistd.h>
|
---|
155 | +#include <cstdlib>
|
---|
156 | #include <qdatetime.h>
|
---|
157 |
|
---|
158 | #include <mythtv/mythcontext.h>
|
---|
159 | --- mythvideo/mtd/mtd.cpp
|
---|
160 | +++ mythvideo/mtd/mtd.cpp
|
---|
161 | @@ -9,6 +9,7 @@
|
---|
162 | */
|
---|
163 |
|
---|
164 | #include <unistd.h>
|
---|
165 | +#include <cstdlib>
|
---|
166 | #include <qstringlist.h>
|
---|
167 | #include <qregexp.h>
|
---|
168 | #include <qdir.h>
|
---|
169 | --- mythvideo/mythvideo/dbaccess.cpp
|
---|
170 | +++ mythvideo/mythvideo/dbaccess.cpp
|
---|
171 | @@ -4,6 +4,7 @@
|
---|
172 | #include "dbaccess.h"
|
---|
173 | #include "cleanup.h"
|
---|
174 |
|
---|
175 | +#include <algorithm>
|
---|
176 | #include <vector>
|
---|
177 | #include <map>
|
---|
178 |
|
---|
179 | --- mythvideo/mythvideo/editmetadata.cpp
|
---|
180 | +++ mythvideo/mythvideo/editmetadata.cpp
|
---|
181 | @@ -10,6 +10,8 @@
|
---|
182 | #include <mythtv/mythcontext.h>
|
---|
183 | #include <mythtv/uitypes.h>
|
---|
184 |
|
---|
185 | +#include <algorithm>
|
---|
186 | +
|
---|
187 | #include "globals.h"
|
---|
188 | #include "editmetadata.h"
|
---|
189 | #include "metadata.h"
|
---|
190 | --- mythvideo/mythvideo/videodlg.cpp
|
---|
191 | +++ mythvideo/mythvideo/videodlg.cpp
|
---|
192 | @@ -1,3 +1,5 @@
|
---|
193 | +#include <cstdlib>
|
---|
194 | +
|
---|
195 | #include <qapplication.h>
|
---|
196 |
|
---|
197 | #include <mythtv/xmlparse.h>
|
---|
198 | --- mythvideo/mythvideo/videogallery.cpp
|
---|
199 | +++ mythvideo/mythvideo/videogallery.cpp
|
---|
200 | @@ -15,6 +15,7 @@
|
---|
201 | #include <qstringlist.h>
|
---|
202 | #include <qpixmap.h>
|
---|
203 | #include <unistd.h>
|
---|
204 | +#include <cstdlib>
|
---|
205 |
|
---|
206 | #include <cmath>
|
---|
207 |
|
---|
208 | --- mythvideo/mythvideo/videomanager.cpp
|
---|
209 | +++ mythvideo/mythvideo/videomanager.cpp
|
---|
210 | @@ -8,6 +8,7 @@
|
---|
211 | #include <qpainter.h>
|
---|
212 |
|
---|
213 | #include <unistd.h>
|
---|
214 | +#include <cstdlib>
|
---|
215 |
|
---|
216 | #include <memory>
|
---|
217 |
|
---|
218 | --- mythvideo/mythvideo/videoselected.cpp
|
---|
219 | +++ mythvideo/mythvideo/videoselected.cpp
|
---|
220 | @@ -16,6 +16,7 @@
|
---|
221 | #include <qpixmap.h>
|
---|
222 |
|
---|
223 | #include <unistd.h>
|
---|
224 | +#include <cstdlib>
|
---|
225 |
|
---|
226 | #include <mythtv/mythcontext.h>
|
---|
227 | #include <mythtv/xmlparse.h>
|
---|
228 | --- mythweather/mythweather/weather.cpp
|
---|
229 | +++ mythweather/mythweather/weather.cpp
|
---|
230 | @@ -12,6 +12,7 @@
|
---|
231 | #include <qapplication.h>
|
---|
232 |
|
---|
233 | #include <unistd.h>
|
---|
234 | +#include <cstdlib>
|
---|
235 |
|
---|
236 | #include <mythtv/mythcontext.h>
|
---|
237 | #include <mythtv/mythdbcon.h>
|
---|
238 | --- mythzoneminder/mythzmserver/main.cpp
|
---|
239 | +++ mythzoneminder/mythzmserver/main.cpp
|
---|
240 | @@ -16,6 +16,8 @@
|
---|
241 | #include <iostream>
|
---|
242 | #include <string>
|
---|
243 | #include <unistd.h>
|
---|
244 | +#include <cstdlib>
|
---|
245 | +#include <cstring>
|
---|
246 | #include <map>
|
---|
247 | #include <sys/types.h>
|
---|
248 | #include <sys/socket.h>
|
---|
249 | --- mythzoneminder/mythzmserver/zmserver.cpp
|
---|
250 | +++ mythzoneminder/mythzmserver/zmserver.cpp
|
---|
251 | @@ -15,6 +15,8 @@
|
---|
252 |
|
---|
253 |
|
---|
254 | #include <iostream>
|
---|
255 | +#include <cstdlib>
|
---|
256 | +#include <cstring>
|
---|
257 | #include <errno.h>
|
---|
258 | #include <sys/socket.h>
|
---|
259 | #include <fcntl.h>
|
---|
260 | --- mythzoneminder/mythzoneminder/zmconsole.cpp
|
---|
261 | +++ mythzoneminder/mythzoneminder/zmconsole.cpp
|
---|
262 | @@ -14,6 +14,7 @@
|
---|
263 |
|
---|
264 | #include <iostream>
|
---|
265 | #include <unistd.h>
|
---|
266 | +#include <cstdlib>
|
---|
267 |
|
---|
268 | // qt
|
---|
269 | #include <qdatetime.h>
|
---|
270 | --- mythzoneminder/mythzoneminder/zmevents.cpp
|
---|
271 | +++ mythzoneminder/mythzoneminder/zmevents.cpp
|
---|
272 | @@ -13,6 +13,7 @@
|
---|
273 | * ============================================================ */
|
---|
274 |
|
---|
275 | #include <iostream>
|
---|
276 | +#include <cstdlib>
|
---|
277 |
|
---|
278 | // qt
|
---|
279 | #include <qdatetime.h>
|
---|
280 | --- mythzoneminder/mythzoneminder/zmliveplayer.cpp
|
---|
281 | +++ mythzoneminder/mythzoneminder/zmliveplayer.cpp
|
---|
282 | @@ -14,6 +14,7 @@
|
---|
283 |
|
---|
284 | #include <iostream>
|
---|
285 | #include <sys/shm.h>
|
---|
286 | +#include <cstdlib>
|
---|
287 |
|
---|
288 | // qt
|
---|
289 | #include <qdatetime.h>
|
---|
290 | --- mythzoneminder/mythzoneminder/zmplayer.cpp
|
---|
291 | +++ mythzoneminder/mythzoneminder/zmplayer.cpp
|
---|
292 | @@ -13,6 +13,7 @@
|
---|
293 | * ============================================================ */
|
---|
294 |
|
---|
295 | #include <iostream>
|
---|
296 | +#include <cstdlib>
|
---|
297 |
|
---|
298 | // qt
|
---|
299 | #include <qdatetime.h>
|
---|