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

Collapse All | Expand All

(-)/var/tmp/portage/dev-games/ogre-0.15.1/work/ogrenew/Tools/LightwaveConverter/src/main.cpp (+4 lines)
Lines 9-16 Link Here
9
#include "OgreDefaultHardwareBufferManager.h"
9
#include "OgreDefaultHardwareBufferManager.h"
10
10
11
#if OGRE_PLATFORM == PLATFORM_LINUX
11
#if OGRE_PLATFORM == PLATFORM_LINUX
12
#ifndef __powerpc__
12
#include "asm/io.h"
13
#include "asm/io.h"
13
#else
14
#else
15
#include "asm/ioctl.h"
16
#endif
17
#else
14
#include "io.h"
18
#include "io.h"
15
#endif
19
#endif
16
#include "time.h"
20
#include "time.h"

Return to bug 197635