mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
Bug 1103798 - Include the correct header file for api level >= 21. r=mwu
This commit is contained in:
parent
130be9050a
commit
50ba65ffc8
@ -27,7 +27,11 @@
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/resource.h>
|
||||
#include <time.h>
|
||||
#if ANDROID_VERSION >= 21
|
||||
#include <limits.h>
|
||||
#else
|
||||
#include <asm/page.h>
|
||||
#endif
|
||||
|
||||
#include "mozilla/DebugOnly.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user