From: Nathan Wagner Date: Sun, 25 Sep 2016 09:06:16 +0000 (-0500) Subject: change elf.h to use local header X-Git-Tag: v0.1.6~174 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=59461135f584e9f9e662cfcd1cd34e71876a8f8c change elf.h to use local header --- 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