mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 18:28:12 +02:00
u_endian: add android to glibc clause
Tested-by: Mauro Rossi <issor.oruam@gmail.com>
This commit is contained in:
parent
24be630660
commit
0fe9152868
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef U_ENDIAN_H
|
||||
#define U_ENDIAN_H
|
||||
|
||||
#ifdef __GLIBC__
|
||||
#if defined(__GLIBC__) || defined(ANDROID)
|
||||
#include <endian.h>
|
||||
|
||||
#if __BYTE_ORDER == __LITTLE_ENDIAN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue