summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/tx/TXImage.cxx1
-rw-r--r--unix/vncviewer/vncviewer.cxx1
-rw-r--r--unix/x0vncserver/Image.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/unix/tx/TXImage.cxx b/unix/tx/TXImage.cxx
index 5fa68288..95cd2b70 100644
--- a/unix/tx/TXImage.cxx
+++ b/unix/tx/TXImage.cxx
@@ -21,6 +21,7 @@
#include <stdio.h>
+#include <stdlib.h>
#include <strings.h>
#include <sys/types.h>
#include <sys/ipc.h>
diff --git a/unix/vncviewer/vncviewer.cxx b/unix/vncviewer/vncviewer.cxx
index 0d732fff..e419c78b 100644
--- a/unix/vncviewer/vncviewer.cxx
+++ b/unix/vncviewer/vncviewer.cxx
@@ -30,6 +30,7 @@
#include <unistd.h>
#include <errno.h>
#include <signal.h>
+#include <locale.h>
#include <rfb/Logger_stdio.h>
#include <rfb/LogWriter.h>
#include <network/TcpSocket.h>
diff --git a/unix/x0vncserver/Image.cxx b/unix/x0vncserver/Image.cxx
index 12da5495..f998c6a5 100644
--- a/unix/x0vncserver/Image.cxx
+++ b/unix/x0vncserver/Image.cxx
@@ -21,6 +21,7 @@
//
#include <stdio.h>
+#include <stdlib.h>
#include <sys/types.h>
#ifdef HAVE_MITSHM