commit: a7ec3aa9a1024144486ccee3165665eb4c46420c Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Thu Oct 8 20:31:02 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 20:31:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=a7ec3aa9
porting: fix android builds porting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/porting.h b/porting.h index 1107b4e..c0d5ebc 100644 --- a/porting.h +++ b/porting.h @@ -47,7 +47,7 @@ # include <sys/prctl.h> # include <linux/securebits.h> #endif -#if defined(__GLIBC__) || defined(__UCLIBC__) +#if defined(__GLIBC__) || defined(__UCLIBC__) || defined(__ANDROID__) # include <byteswap.h> # include <endian.h> #elif defined(__FreeBSD__)
