aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-10-08 16:31:02 -0400
committerMike Frysinger <vapier@gentoo.org>2015-10-08 16:31:02 -0400
commita7ec3aa9a1024144486ccee3165665eb4c46420c (patch)
treea6154e33c14ced523d2a53f7cc6af03766511c15 /porting.h
parentsecurity: fix build on systems w/out si_syscall (diff)
downloadpax-utils-a7ec3aa9a1024144486ccee3165665eb4c46420c.tar.gz
pax-utils-a7ec3aa9a1024144486ccee3165665eb4c46420c.tar.bz2
pax-utils-a7ec3aa9a1024144486ccee3165665eb4c46420c.zip
porting: fix android builds
Diffstat (limited to 'porting.h')
-rw-r--r--porting.h2
1 files changed, 1 insertions, 1 deletions
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__)