This commit is contained in:
Robert Sayre 2010-08-11 17:46:06 -07:00
Родитель 8f9336e445
Коммит e667406d30
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -36,7 +36,17 @@
#include <fcntl.h>
#include <unistd.h>
#include <elf.h>
#ifdef MOZ_PLATFORM_MAEMO
#if (MOZ_PLATFORM_MAEMO == 4)
#include <asm/procinfo.h>
#else
#include <asm/hwcap.h>
#endif
#else
#include <asm/hwcap.h>
#endif
#endif
namespace JSC {