From 84c2ce7fcb4b7d8694f0fcce19b910ae9eb84252 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 --- src/libelf/elf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libelf/elf.h b/src/libelf/elf.h index 40e87b21..0a437343 100644 --- a/src/libelf/elf.h +++ b/src/libelf/elf.h @@ -19,7 +19,9 @@ #ifndef _ELF_H #define _ELF_H 1 +#ifdef __linux__ #include +#endif __BEGIN_DECLS -- cgit v1.2.3