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

Collapse All | Expand All

(-)include/sound.h.origin (-2 / +2 lines)
Lines 42-49 Link Here
42
//#include <AL/alu.h>
42
//#include <AL/alu.h>
43
#include <AL/alut.h>
43
#include <AL/alut.h>
44
#else
44
#else
45
#include "fmod/fmod.h"
45
#include <fmod.h>
46
#include "fmod/fmod_errors.h"
46
#include <fmod_errors.h>
47
#endif
47
#endif
48
48
49
#include "camera.h"
49
#include "camera.h"

Return to bug 98094