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

(-)quirc-0.9.84b/command.cc (-1 / +2 lines)
Lines 8-17 Link Here
8
#include <netinet/in.h>
8
#include <netinet/in.h>
9
#include <arpa/inet.h>
9
#include <arpa/inet.h>
10
#include <sys/socket.h>
10
#include <sys/socket.h>
11
#include <cstring>
12
#include <string>
11
13
12
#include "config.h"
14
#include "config.h"
13
15
14
#include <string>
15
#ifdef USING_STD_STRING
16
#ifdef USING_STD_STRING
16
using std::string;
17
using std::string;
17
#endif
18
#endif
(-)quirc-0.9.84b/complete.cc (+1 lines)
Lines 2-7 Link Here
2
#include <ctype.h>
2
#include <ctype.h>
3
#include <pwd.h>
3
#include <pwd.h>
4
#include <sys/types.h>
4
#include <sys/types.h>
5
#include <cstring>
5
6
6
#ifdef DMALLOC
7
#ifdef DMALLOC
7
#include <dmalloc.h>
8
#include <dmalloc.h>
(-)quirc-0.9.84b/dcc.cc (-1 / +1 lines)
Lines 2-8 Link Here
2
#include <sys/types.h>
2
#include <sys/types.h>
3
#include <sys/socket.h>
3
#include <sys/socket.h>
4
#include <netinet/in.h>
4
#include <netinet/in.h>
5
#include <strings.h>
5
#include <cstring>
6
#include <unistd.h>
6
#include <unistd.h>
7
#include <fcntl.h>
7
#include <fcntl.h>
8
#include <sys/stat.h>
8
#include <sys/stat.h>
(-)quirc-0.9.84b/format.cc (+1 lines)
Lines 1-5 Link Here
1
#include <stdarg.h>
1
#include <stdarg.h>
2
#include <sys/types.h>
2
#include <sys/types.h>
3
#include <cstring>
3
4
4
#include "quirc.h"
5
#include "quirc.h"
5
#include "hash.h"
6
#include "hash.h"
(-)quirc-0.9.84b/nick.h (+1 lines)
Lines 5-10 Link Here
5
#include <dmalloc.h>
5
#include <dmalloc.h>
6
#endif
6
#endif
7
7
8
#include <cstring>
8
#include "support.h"
9
#include "support.h"
9
#include "defines.h"
10
#include "defines.h"
10
11
(-)quirc-0.9.84b/query.h (+1 lines)
Lines 5-10 Link Here
5
#include <dmalloc.h>
5
#include <dmalloc.h>
6
#endif
6
#endif
7
7
8
#include <cstring>
8
#include "nick.h"
9
#include "nick.h"
9
#include "defines.h"
10
#include "defines.h"
10
11
(-)quirc-0.9.84b/quirc.cc (-1 / +1 lines)
Lines 1-4 Link Here
1
#include <stdio.h>
1
#include <cstring>
2
2
3
#ifdef DMALLOC
3
#ifdef DMALLOC
4
#include <dmalloc.h>
4
#include <dmalloc.h>
(-)quirc-0.9.84b/server.cc (-2 / +2 lines)
Lines 5-20 Link Here
5
#include <unistd.h>
5
#include <unistd.h>
6
#include <signal.h>
6
#include <signal.h>
7
#include <fcntl.h>
7
#include <fcntl.h>
8
#include <strings.h>
9
#include <sys/file.h>
8
#include <sys/file.h>
10
#include <time.h>
9
#include <time.h>
11
#include <ctype.h>
10
#include <ctype.h>
12
#include <netdb.h> 
11
#include <netdb.h> 
13
#include <stdarg.h>
12
#include <stdarg.h>
13
#include <cstring>
14
#include <string>
14
15
15
#include "config.h"
16
#include "config.h"
16
17
17
#include <string>
18
#ifdef USING_STD_STRING
18
#ifdef USING_STD_STRING
19
using std::string;
19
using std::string;
20
#endif
20
#endif
(-)quirc-0.9.84b/servertcl.cc (+1 lines)
Lines 2-7 Link Here
2
#include <sys/types.h>
2
#include <sys/types.h>
3
#include <netinet/in.h>
3
#include <netinet/in.h>
4
#include <arpa/inet.h>
4
#include <arpa/inet.h>
5
#include <cstring>
5
6
6
#ifdef DMALLOC
7
#ifdef DMALLOC
7
#include <dmalloc.h>
8
#include <dmalloc.h>
(-)quirc-0.9.84b/tcl.cc (+1 lines)
Lines 2-7 Link Here
2
#include <sys/time.h>
2
#include <sys/time.h>
3
#include <unistd.h>
3
#include <unistd.h>
4
#include <sys/socket.h>
4
#include <sys/socket.h>
5
#include <cstring>
5
6
6
#ifdef DMALLOC
7
#ifdef DMALLOC
7
#include <dmalloc.h>
8
#include <dmalloc.h>
(-)quirc-0.9.84b/window.cc (+1 lines)
Lines 4-9 Link Here
4
#include <dmalloc.h>
4
#include <dmalloc.h>
5
#endif
5
#endif
6
6
7
#include <cstring>
7
#include "window.h"
8
#include "window.h"
8
9
9
int twindow::windowtype(char *pathname) {
10
int twindow::windowtype(char *pathname) {

Return to bug 251448