add files

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@603 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2008-12-08 19:45:37 +00:00
parent 6f340e9462
commit 3ad915487f
21 changed files with 550 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
--- 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;