mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Try to fix Maemo 4 again again.
This commit is contained in:
parent
0b7340eabd
commit
9c2828628c
@ -41,7 +41,7 @@
|
|||||||
// see bug 586550
|
// see bug 586550
|
||||||
#ifdef MOZ_PLATFORM_MAEMO
|
#ifdef MOZ_PLATFORM_MAEMO
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,28)
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28)
|
||||||
#include <asm/procinfo.h>
|
#include <asm/procinfo.h>
|
||||||
#else
|
#else
|
||||||
#include <asm/hwcap.h>
|
#include <asm/hwcap.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user