updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / qonk / qonk.patch
blobe29b2a6d551e246c46f94246e9958fba0bd5141a
1 --- src/lisp/lisp.cpp 2007-09-14 07:43:03.000000000 +0200
2 +++ src/lisp/lisp.cpp~ 2010-09-26 18:05:38.000000000 +0200
3 @@ -18,6 +18,7 @@
4 // along with this program; if not, write to the Free Software
5 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
6 #include "lisp.hpp"
7 +#include <cstdio>
9 namespace lisp
12 --- src/lisp/lexer.cpp 2007-09-14 08:43:03.000000000 +0300
13 +++ src/lisp/lexer.cpp~ 2008-10-10 12:10:13.000000000 +0200
14 @@ -19,6 +19,8 @@
15 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 #include <sstream>
17 #include <stdexcept>
18 +#include <cstring>
19 +#include <cstdio>
21 #include "lexer.hpp"
22 #include "translation.hpp"
24 --- src/lisp/parser.cpp 2007-09-14 08:43:03.000000000 +0300
25 +++ src/lisp/parser.cpp~ 2008-10-10 12:13:01.000000000 +0200
26 @@ -20,7 +20,7 @@
27 #include <sstream>
28 #include <stdexcept>
29 #include <fstream>
31 +#include <cstring>
32 #include <cassert>
34 #include "parser.hpp"
36 --- src/ui/menusystem.cpp 2007-09-14 08:43:03.000000000 +0300
37 +++ src/ui/menusystem.cpp~ 2008-10-10 12:15:30.000000000 +0200
38 @@ -1,7 +1,7 @@
39 #include <iostream>
41 -#include "settings.h"
42 -#include "canvas.h"
43 +#include "../settings.h"
44 +#include "../canvas.h"
46 #include "menusystem.h"
47 #include "menu.h"
49 --- src/menumanager.h 2007-09-14 08:43:03.000000000 +0300
50 +++ src/menumanager.h~ 2008-10-10 12:59:21.000000000 +0200
51 @@ -7,6 +7,8 @@
52 #ifndef MENUMANAGER_H
53 #define MENUMANAGER_H
55 +#include "ui/menuaction.h"
57 class Main;
59 class ControlOptions;
61 --- src/sdl_driver.cpp 2008-10-13 22:29:56.000000000 +0200
62 +++ src/sdl_driver.cpp~ 2008-10-13 22:29:40.000000000 +0200
63 @@ -5,6 +5,7 @@
64 #include <SDL/SDL.h>
65 #include <SDL/SDL_ttf.h>
66 #include <cstdio>
67 +#include <cstdlib>
69 #include "sdl_driver.h"
70 #include "canvas.h"
72 --- src/videooptions.cpp 2007-09-14 08:43:03.000000000 +0300
73 +++ src/videooptions.cpp~ 2008-10-10 12:46:10.000000000 +0200
74 @@ -1,5 +1,6 @@
75 #include <vector>
76 #include <sstream>
77 +#include <algorithm>
79 #include <SDL/SDL.h>