View | Details | Raw Unified
Collapse All | Expand All

(-) vnc-4_1_2-unixsrc.orig/common/network/TcpSocket.cxx (+1 lines)
 Lines 35-40    Link Here 
#include <string.h>
#include <string.h>
#include <signal.h>
#include <signal.h>
#include <fcntl.h>
#include <fcntl.h>
#include <stdlib.h>
#endif
#endif
#include <network/TcpSocket.h>
#include <network/TcpSocket.h>
(-) vnc-4_1_2-unixsrc.orig/unix/tx/TXImage.cxx (+3 lines)
 Lines 22-27    Link Here 
#include <stdio.h>
#include <stdio.h>
#include <strings.h>
#include <strings.h>
#include <malloc.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/shm.h>
 Lines 34-39    Link Here 
#include "TXWindow.h"
#include "TXWindow.h"
#include "TXImage.h"
#include "TXImage.h"
using namespace rfb;
using namespace rfb;
static rfb::LogWriter vlog("TXImage");
static rfb::LogWriter vlog("TXImage");
(-) vnc-4_1_2-unixsrc.orig/unix/x0vncserver/Image.cxx (+2 lines)
 Lines 21-26    Link Here 
#include <stdio.h>
#include <stdio.h>
#include <malloc.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/shm.h>