Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 399003 | Differences between
and this patch

Collapse All | Expand All

(-)QtDMM2-0.3/cdmm/dmmclass.cpp (+1 lines)
Lines 31-36 Link Here
31
#include <vc820.h>
31
#include <vc820.h>
32
#include <vc940.h>
32
#include <vc940.h>
33
33
34
#include <cstdio>
34
#include <iostream>
35
#include <iostream>
35
36
36
// list of all known protocols
37
// list of all known protocols
(-)QtDMM2-0.3/cdmm/main.cpp (+3 lines)
Lines 17-22 Link Here
17
// Copyright 2006 Matthias Toussaint
17
// Copyright 2006 Matthias Toussaint
18
//======================================================================
18
//======================================================================
19
19
20
#include <cstdlib>
21
#include <cstdio>
22
20
#include <dmmclass.h>
23
#include <dmmclass.h>
21
#include <configuration.h>
24
#include <configuration.h>
22
#include <iostream>
25
#include <iostream>
(-)QtDMM2-0.3/cdmm/serialport.cpp (+1 lines)
Lines 21-26 Link Here
21
#include <errno.h>
21
#include <errno.h>
22
#include <ctype.h>
22
#include <ctype.h>
23
#include <iostream>
23
#include <iostream>
24
#include <cstring>
24
#include <util.h>
25
#include <util.h>
25
26
26
SerialPort::SerialPort() : 
27
SerialPort::SerialPort() : 
(-)QtDMM2-0.3/cdmm/serversocket.cpp (+1 lines)
Lines 17-22 Link Here
17
// Copyright 2007 Matthias Toussaint
17
// Copyright 2007 Matthias Toussaint
18
//======================================================================
18
//======================================================================
19
19
20
#include <cstdio>
20
#include <serversocket.h>
21
#include <serversocket.h>
21
#include <socketexception.h>
22
#include <socketexception.h>
22
#include <errno.h>
23
#include <errno.h>
(-)QtDMM2-0.3/cdmm/telnetconnection.cpp (+1 lines)
Lines 20-25 Link Here
20
#include <telnetconnection.h>
20
#include <telnetconnection.h>
21
#include <socketexception.h>
21
#include <socketexception.h>
22
#include <iostream>
22
#include <iostream>
23
#include <cstdlib>
23
#include <util.h>
24
#include <util.h>
24
25
25
TelnetConnection::TelnetConnection( DMMClass *dmm, ServerSocket *socket ) :
26
TelnetConnection::TelnetConnection( DMMClass *dmm, ServerSocket *socket ) :

Return to bug 399003