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

(-)lib/signal_op.cpp~ (+1 lines)
Lines 12-17 Link Here
12
// DATE CREATED: 1/12/06
12
// DATE CREATED: 1/12/06
13
13
14
14
15
#include <cstdlib>
15
#include <math.h>
16
#include <math.h>
16
#include "signal_op.h"
17
#include "signal_op.h"
17
#include "AFLIB/aflibConverter.h"
18
#include "AFLIB/aflibConverter.h"
(-)examples/example.cpp~ (+2 lines)
Lines 9-14 Link Here
9
-------------------------------------------------------------------*/
9
-------------------------------------------------------------------*/
10
10
11
#include "protocol.h"
11
#include "protocol.h"
12
#include <string.h>
13
 
12
AudioData* loadWaveFile(char *file);
14
AudioData* loadWaveFile(char *file);
13
AudioData* loadDataUsingLAME(char *file);
15
AudioData* loadDataUsingLAME(char *file);
(-)examples/protocol.cpp~ (+1 lines)
Lines 8-13 Link Here
8
-------------------------------------------------------------------*/
8
-------------------------------------------------------------------*/
9
#include <stdio.h>
9
#include <stdio.h>
10
#include <stdlib.h>
10
#include <stdlib.h>
11
#include <cstring>
11
#include <string>
12
#include <string>
12
#include <map>
13
#include <map>
13
#include <expat.h>
14
#include <expat.h>

Return to bug 215563