From f679e836504ff50c6e74b6193d97e8d6c719f67c Mon Sep 17 00:00:00 2001 From: Adnan Begovic Date: Mon, 19 Oct 2015 14:44:43 -0700 Subject: libelf: Only include features.h on linux. Change-Id: I5429f63166f8e7da6b2099157fefc3f590d97719 --- libelf/elf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libelf') 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 +#endif __BEGIN_DECLS -- cgit v1.2.3