3ad915487f
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@603 6952d904-891a-0410-993b-d76249ca496b
32 lines
629 B
Diff
32 lines
629 B
Diff
--- nxcl/lib/notQt.cpp
|
|
+++ nxcl/lib/notQt.cpp
|
|
@@ -28,6 +28,7 @@ extern "C" {
|
|
#include <sys/poll.h>
|
|
#include <signal.h>
|
|
}
|
|
+#include <stdlib.h>
|
|
|
|
#include "../config.h"
|
|
#include "notQt.h"
|
|
--- nxcl/lib/nxclientlib.cpp
|
|
+++ nxcl/lib/nxclientlib.cpp
|
|
@@ -34,6 +34,8 @@ extern "C" {
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
}
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
/*
|
|
* On the location of nxproxy and nxssh binaries
|
|
--- nxcl/nxcl/nxcl.cpp
|
|
+++ nxcl/nxcl/nxcl.cpp
|
|
@@ -30,6 +30,7 @@ extern "C" {
|
|
#include <dbus/dbus.h>
|
|
#include <X11/Xlib.h>
|
|
}
|
|
+#include <stdlib.h>
|
|
|
|
using namespace nxcl;
|
|
using namespace std;
|