From 59461135f584e9f9e662cfcd1cd34e71876a8f8c Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 25 Sep 2016 04:06:16 -0500 Subject: [PATCH] change elf.h to use local header --- elf/elftype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/elftype.c b/elf/elftype.c index 146e892..d9b253a 100644 --- a/elf/elftype.c +++ b/elf/elftype.c @@ -7,7 +7,7 @@ #include #include -#include +#include "elf.h" #define RELOCATABLE 0x1 #define EXECUTABLE 0x2 -- 2.40.0