Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212948
Collapse All | Expand All

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

Return to bug 212948