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

(-)gsmlib-1.11-orig/gsmlib/gsm_me_ta.cc (+2 lines)
Lines 19-24 Link Here
19
#include <gsmlib/gsm_parser.h>
19
#include <gsmlib/gsm_parser.h>
20
#include <gsmlib/gsm_sysdep.h>
20
#include <gsmlib/gsm_sysdep.h>
21
21
22
#include <cstdlib>
23
22
using namespace std;
24
using namespace std;
23
using namespace gsmlib;
25
using namespace gsmlib;
24
26
(-)gsmlib-1.11-orig/gsmlib/gsm_sms_codec.cc (+1 lines)
Lines 23-28 Link Here
23
#ifdef HAVE_STRING_H
23
#ifdef HAVE_STRING_H
24
#include <string.h>
24
#include <string.h>
25
#endif
25
#endif
26
#include <climits>
26
#include <string>
27
#include <string>
27
using namespace std;
28
using namespace std;
28
using namespace gsmlib;
29
using namespace gsmlib;
(-)gsmlib-1.11-orig/gsmlib/gsm_util.cc (+1 lines)
Lines 35-40 Link Here
35
#define __USE_GNU
35
#define __USE_GNU
36
#define _GNU_SOURCE
36
#define _GNU_SOURCE
37
#endif
37
#endif
38
#include <cstdlib>
38
#include <stdio.h>
39
#include <stdio.h>
39
#include <sys/stat.h>
40
#include <sys/stat.h>
40
41
(-)gsmlib-1.11-orig/gsmlib/gsm_unix_serial.cc (+1 lines)
Lines 28-33 Link Here
28
#include <pthread.h>
28
#include <pthread.h>
29
#include <cassert>
29
#include <cassert>
30
#include <assert.h>
30
#include <assert.h>
31
#include <cstring>
31
32
32
using namespace std;
33
using namespace std;
33
using namespace gsmlib;
34
using namespace gsmlib;
(-)gsmlib-1.11-orig/gsmlib/gsm_sorted_phonebook.cc (+1 lines)
Lines 20-25 Link Here
20
#include <iostream>
20
#include <iostream>
21
#include <fstream>
21
#include <fstream>
22
#include <limits.h>
22
#include <limits.h>
23
#include <cstring>
23
24
24
const int MAX_LINE_SIZE = 1000;
25
const int MAX_LINE_SIZE = 1000;
25
26
(-)gsmlib-1.11-orig/apps/gsmsmsd.cc (+1 lines)
Lines 40-45 Link Here
40
#include <iostream>
40
#include <iostream>
41
#include <gsmlib/gsm_me_ta.h>
41
#include <gsmlib/gsm_me_ta.h>
42
#include <gsmlib/gsm_event.h>
42
#include <gsmlib/gsm_event.h>
43
#include <cstring>
43
44
44
using namespace std;
45
using namespace std;
45
using namespace gsmlib;
46
using namespace gsmlib;

Return to bug 211314