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

(-)libcapsinetwork-0.3.0.old/src/listener.cpp (+1 lines)
Lines 31-36 Link Here
31
31
32
#include <netdb.h>
32
#include <netdb.h>
33
#include <unistd.h>
33
#include <unistd.h>
34
#include <stdlib.h>
34
35
35
#include "listener.h"
36
#include "listener.h"
36
#include "listenport.h"
37
#include "listenport.h"
(-)libcapsinetwork-0.3.0.old/src/listenport.cpp (+1 lines)
Lines 30-35 Link Here
30
#include <fcntl.h>
30
#include <fcntl.h>
31
#include <netdb.h>
31
#include <netdb.h>
32
#include <unistd.h>
32
#include <unistd.h>
33
#include <string.h>
33
34
34
#include "listenport.h"
35
#include "listenport.h"
35
36
(-)libcapsinetwork-0.3.0.old/src/server.cpp (+1 lines)
Lines 26-31 Link Here
26
26
27
#include <string>
27
#include <string>
28
#include <stdio.h>
28
#include <stdio.h>
29
#include <stdlib.h>
29
30
30
// In real applications, use the following include instead of the local.
31
// In real applications, use the following include instead of the local.
31
// #include <libcapsinetwork/socket.h>
32
// #include <libcapsinetwork/socket.h>
(-)libcapsinetwork-0.3.0.old/src/socket.cpp (+1 lines)
Lines 25-30 Link Here
25
#include <stdarg.h>
25
#include <stdarg.h>
26
#include <stdio.h>
26
#include <stdio.h>
27
#include <unistd.h>
27
#include <unistd.h>
28
#include <string.h>
28
29
29
#include "socket.h"
30
#include "socket.h"
30
31

Return to bug 218831