summaryrefslogtreecommitdiffstats
path: root/freenx/build/freenx-client-0.9-fixes.diff
blob: 8b2ebf198ae59afe4e6fae2a66618038313419f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
--- freenx-client-0.9/nxcl/lib/notQt.cpp~	2008-03-11 00:13:08.000000000 +0100
+++ freenx-client-0.9/nxcl/lib/notQt.cpp	2008-04-05 20:36:05.000000000 +0200
@@ -19,6 +19,7 @@
 
 #include <iostream>
 #include <sstream>
+#include <cstdlib>
 extern "C" {
 #include <unistd.h>
 #include <errno.h>
--- freenx-client-0.9/nxcl/lib/nxclientlib.cpp~	2008-03-11 00:13:08.000000000 +0100
+++ freenx-client-0.9/nxcl/lib/nxclientlib.cpp	2008-04-05 20:54:18.000000000 +0200
@@ -27,6 +27,7 @@
 #include "../config.h"
 
 #include <fstream>
+#include <cstdlib>
 
 extern "C" {
     #include <errno.h>
--- freenx-client-0.9/nxcl/lib/nxclientlib.cpp~	2008-04-05 20:54:18.000000000 +0200
+++ freenx-client-0.9/nxcl/lib/nxclientlib.cpp	2008-04-06 06:37:37.000000000 +0200
@@ -28,6 +28,7 @@
 
 #include <fstream>
 #include <cstdlib>
+#include <cstring>
 
 extern "C" {
     #include <errno.h>
--- freenx-client-0.9/nxcl/nxcl/nxcl.cpp~	2008-03-11 00:13:08.000000000 +0100
+++ freenx-client-0.9/nxcl/nxcl/nxcl.cpp	2008-04-06 06:48:34.000000000 +0200
@@ -20,6 +20,7 @@
 #include "nxclientlib_i18n.h"
 #include "nxclientlib.h"
 #include <fstream>
+#include <cstdlib>
 
 #include "nxcl.h"