mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Bug 693283 - cannot detect endian of Android x86 on libsydney. r=kinetik
This commit is contained in:
parent
68eb6887ec
commit
ccbed38eb3
@ -48,7 +48,7 @@ async-signal safe.
|
||||
#if !defined (WIN32)
|
||||
#include <sys/param.h>
|
||||
#include <inttypes.h>
|
||||
#if defined(__FreeBSD__)
|
||||
#if defined(__FreeBSD__) || defined(ANDROID)
|
||||
#include <sys/endian.h>
|
||||
#endif
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user