blob: 1961e268d0c0a3b6eb1b3eac5f7b97446b583abe (
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
|
Index: nxcl/nxcl.cpp
===================================================================
--- nxcl/nxcl.cpp (révision 520)
+++ nxcl/nxcl.cpp (révision 545)
@@ -30,6 +30,7 @@
#include <dbus/dbus.h>
#include <X11/Xlib.h>
}
+#include <stdlib.h>
using namespace nxcl;
using namespace std;
Index: lib/notQt.cpp
===================================================================
--- lib/notQt.cpp (révision 520)
+++ lib/notQt.cpp (révision 545)
@@ -29,6 +29,7 @@
#include <sys/socket.h>
#include <signal.h>
}
+#include <stdlib.h>
#include "../config.h"
#include "notQt.h"
Index: lib/nxclientlib.cpp
===================================================================
--- lib/nxclientlib.cpp (révision 520)
+++ lib/nxclientlib.cpp (révision 545)
@@ -43,6 +43,8 @@
#include <sys/stat.h>
#include <unistd.h>
}
+#include <stdlib.h>
+#include <string.h>
/*
* On the location of nxproxy and nxssh binaries
|