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

Collapse All | Expand All

(-)cdrdao-1.2.2.orig/trackdb/FormatConverter.cc (+1 lines)
Lines 22-27 Link Here
22
#include <ao/ao.h>
22
#include <ao/ao.h>
23
#endif
23
#endif
24
#include <fstream>
24
#include <fstream>
25
#include <cstring>
25
26
26
#include "config.h"
27
#include "config.h"
27
#include "util.h"
28
#include "util.h"
(-)cdrdao-1.2.2.orig/trackdb/FormatOgg.cc (+1 lines)
Lines 18-23 Link Here
18
 */
18
 */
19
19
20
#include <stdio.h>
20
#include <stdio.h>
21
#include <cstring>
21
22
22
#include "util.h"
23
#include "util.h"
23
#include "FormatOgg.h"
24
#include "FormatOgg.h"
(-)cdrdao-1.2.2.orig/trackdb/FormatMp3.cc (+1 lines)
Lines 25-30 Link Here
25
#include <stdlib.h>
25
#include <stdlib.h>
26
#include <unistd.h>
26
#include <unistd.h>
27
#include <fcntl.h>
27
#include <fcntl.h>
28
#include <cstring> 
28
#include <sys/types.h>
29
#include <sys/types.h>
29
#include <sys/stat.h>
30
#include <sys/stat.h>
30
#include <sys/mman.h>
31
#include <sys/mman.h>
(-)cdrdao-1.2.2.orig/trackdb/TempFileManager.cc (+1 lines)
Lines 24-29 Link Here
24
#include <sys/stat.h>
24
#include <sys/stat.h>
25
#include <unistd.h>
25
#include <unistd.h>
26
#include <fcntl.h>
26
#include <fcntl.h>
27
#include <cstring>
27
28
28
#define DEFAULT_TEMP_PATH "/tmp/"
29
#define DEFAULT_TEMP_PATH "/tmp/"
29
30
(-)cdrdao-1.2.2.orig/xdao/AudioCDProject.cc (+1 lines)
Lines 18-23 Link Here
18
 */
18
 */
19
19
20
#include <assert.h>
20
#include <assert.h>
21
#include <cstring>
21
#include <gtkmm.h>
22
#include <gtkmm.h>
22
#include <libgnome/gnome-i18n.h>
23
#include <libgnome/gnome-i18n.h>
23
24
(-)cdrdao-1.2.2.orig/xdao/TextEdit.cc (+1 lines)
Lines 21-26 Link Here
21
21
22
#include <stddef.h>
22
#include <stddef.h>
23
#include <ctype.h>
23
#include <ctype.h>
24
#include <cstring>
24
25
25
TextEdit::TextEdit(const char *sample) : Gtk::Entry()
26
TextEdit::TextEdit(const char *sample) : Gtk::Entry()
26
{
27
{

Return to bug 213191