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

(-)src/tse3/Serializable.h.orig (+1 lines)
Lines 20-25 Link Here
20
#include <iosfwd>
20
#include <iosfwd>
21
#include <iomanip>
21
#include <iomanip>
22
#include <cstddef>
22
#include <cstddef>
23
#include <fstream>
23
24
24
namespace TSE3
25
namespace TSE3
25
{
26
{
(-)src/tse3/TSE2MDL.h.orig (+1 lines)
Lines 22-27 Link Here
22
#include <string>
22
#include <string>
23
#include <iostream>
23
#include <iostream>
24
#include <cstddef>
24
#include <cstddef>
25
#include <cstring>
25
26
26
namespace TSE3
27
namespace TSE3
27
{
28
{
(-)src/tse3/MidiFile.h.orig (+1 lines)
Lines 25-30 Link Here
25
#include <string>
25
#include <string>
26
#include <iosfwd>
26
#include <iosfwd>
27
#include <cstddef>
27
#include <cstddef>
28
#include <cstring>
28
29
29
namespace TSE3
30
namespace TSE3
30
{
31
{
(-)src/examples/recording/recording.cpp.orig (+1 lines)
Lines 26-31 Link Here
26
     *
26
     *
27
     **************************************************************/
27
     **************************************************************/
28
28
29
#include <cstdlib>
29
#include <iostream>
30
#include <iostream>
30
31
31
// Used in step 1
32
// Used in step 1
(-)src/tse3play/tse3play.h.orig (+1 lines)
Lines 19-24 Link Here
19
19
20
#include <string>
20
#include <string>
21
#include <list>
21
#include <list>
22
#include <cstdlib>
22
23
23
#include "tse3/Transport.h"
24
#include "tse3/Transport.h"
24
25
(-)src/tse3/plt/Alsa-0.9.cpp.orig (-2 / +1 lines)
Lines 25-36 Link Here
25
#define HAVE_SYS_ASOUNDLIB_H
25
#define HAVE_SYS_ASOUNDLIB_H
26
#endif
26
#endif
27
27
28
#define _GNU_SOURCE
29
#include <sys/stat.h>
28
#include <sys/stat.h>
30
#include <errno.h>
29
#include <errno.h>
31
#include <alloca.h>
30
#include <alloca.h>
32
#if HAVE_ALSA_ASOUNDLIB_H
31
#if HAVE_ALSA_ASOUNDLIB_H
33
#include <sys/asoundlib.h>
32
#include <alsa/asoundlib.h>
34
#elif HAVE_SYS_ASOUNDLIB_H
33
#elif HAVE_SYS_ASOUNDLIB_H
35
#include <sys/asoundlib.h>
34
#include <sys/asoundlib.h>
36
#endif
35
#endif
(-)src/tse3/plt/OSS.h.orig (+1 lines)
Lines 21-26 Link Here
21
21
22
#include <string>
22
#include <string>
23
#include <list>
23
#include <list>
24
#include <cstring>
24
25
25
#ifdef HAVE_CONFIG_H
26
#ifdef HAVE_CONFIG_H
26
#include "config.h"
27
#include "config.h"

Return to bug 225335