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

(-)unix/tx/TXImage.cxx~ (+1 lines)
Lines 21-26 Link Here
21
21
22
22
23
#include <stdio.h>
23
#include <stdio.h>
24
#include <stdlib.h>
24
#include <strings.h>
25
#include <strings.h>
25
#include <sys/types.h>
26
#include <sys/types.h>
26
#include <sys/ipc.h>
27
#include <sys/ipc.h>
(-)unix/x0vncserver/Image.cxx~ (+1 lines)
Lines 21-26 Link Here
21
21
22
22
23
#include <stdio.h>
23
#include <stdio.h>
24
#include <stdlib.h>
24
#include <sys/types.h>
25
#include <sys/types.h>
25
#include <sys/ipc.h>
26
#include <sys/ipc.h>
26
#include <sys/shm.h>
27
#include <sys/shm.h>
(-)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 <cstdlib>
38
#endif
39
#endif
39
40
40
#include <network/TcpSocket.h>
41
#include <network/TcpSocket.h>

Return to bug 219570