updated on Sat Jan 21 12:00:39 UTC 2012
[aur-mirror.git] / nxcl / gcc43.patch
blobc091bd13e408156fad20f0a456f670809cb47766
1 Index: nxcl/nxcl.cpp
2 ===================================================================
3 --- nxcl/nxcl.cpp (revision 507)
4 +++ nxcl/nxcl.cpp (working copy)
5 @@ -27,6 +27,7 @@
6 * found, for example, in Ubuntu 6.06. */
7 #define DBUS_API_SUBJECT_TO_CHANGE 1
8 extern "C" {
9 +#include <stdlib.h>
10 #include <dbus/dbus.h>
11 #include <X11/Xlib.h>
13 Index: lib/notQt.cpp
14 ===================================================================
15 --- lib/notQt.cpp (revision 507)
16 +++ lib/notQt.cpp (working copy)
17 @@ -21,6 +21,7 @@
18 #include <sstream>
19 extern "C" {
20 #include <unistd.h>
21 +#include <stdlib.h>
22 #include <errno.h>
23 #include <sys/types.h>
24 #include <sys/wait.h>
25 Index: lib/nxclientlib.cpp
26 ===================================================================
27 --- lib/nxclientlib.cpp (revision 507)
28 +++ lib/nxclientlib.cpp (working copy)
29 @@ -29,6 +29,8 @@
30 #include <fstream>
32 extern "C" {
33 + #include <stdlib.h>
34 + #include <string.h>
35 #include <errno.h>
36 #include <sys/types.h>
37 #include <sys/stat.h>