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

Collapse All | Expand All

(-)Osmose-0-8-5b-source.orig/Options.h (+3 lines)
Lines 18-23 Link Here
18
#include <iomanip>
18
#include <iomanip>
19
#include "Bits.h"
19
#include "Bits.h"
20
20
21
#include <cstdlib>
22
#include <cstring>
23
21
#define JAPAN	0
24
#define JAPAN	0
22
#define EXPORT	1
25
#define EXPORT	1
23
26
(-)Osmose-0-8-5b-source.orig/PrecisionTimer.h (+1 lines)
Lines 37-42 Link Here
37
* URL: http://bcz.emu-france.com/
37
* URL: http://bcz.emu-france.com/
38
*****************************************************************************/
38
*****************************************************************************/
39
#include <iostream>
39
#include <iostream>
40
#include <cstdlib>
40
#ifndef _RDTSC_TIMER_H
41
#ifndef _RDTSC_TIMER_H
41
#define _RDTSC_TIMER_H
42
#define _RDTSC_TIMER_H
42
#ifdef linux
43
#ifdef linux
(-)Osmose-0-8-5b-source.orig/WaveWriter.h (+1 lines)
Lines 18-23 Link Here
18
#include <iostream>
18
#include <iostream>
19
#include <fstream>
19
#include <fstream>
20
#include <iomanip>
20
#include <iomanip>
21
#include <cstdlib>
21
22
22
#define WAVE_BUFFER_SIZE	5*22050	// 5 second buffer.
23
#define WAVE_BUFFER_SIZE	5*22050	// 5 second buffer.
23
24

Return to bug 96142