summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-10-19 14:44:43 -0700
committerChristopher N. Hesse <raymanfx@gmail.com>2017-08-24 10:39:24 +0200
commitf679e836504ff50c6e74b6193d97e8d6c719f67c (patch)
tree196a88d89f4b69d13fdc5672aaf7194641abf1e7
parentf1f212563ee672a1eca4238a5cc6ff1e969ec071 (diff)
downloadandroid_external_elfutils-staging/lineage-15.0_rebase-android-8.0.0_r23.tar.gz
android_external_elfutils-staging/lineage-15.0_rebase-android-8.0.0_r23.tar.bz2
android_external_elfutils-staging/lineage-15.0_rebase-android-8.0.0_r23.zip
Change-Id: I5429f63166f8e7da6b2099157fefc3f590d97719
-rw-r--r--libelf/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libelf/elf.h b/libelf/elf.h
index 12feb915..9e9ffdc2 100644
--- a/libelf/elf.h
+++ b/libelf/elf.h
@@ -19,7 +19,9 @@
#ifndef _ELF_H
#define _ELF_H 1
+#ifdef __linux__
#include <features.h>
+#endif
__BEGIN_DECLS