]> pd.if.org Git - zpackage/commitdiff
change elf.h to use local header
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 25 Sep 2016 09:06:16 +0000 (04:06 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 25 Sep 2016 09:06:16 +0000 (04:06 -0500)
elf/elftype.c

index 146e892be614d5a88c325b6607ebb27c28156b27..d9b253a2249458208fb82e642d489610eb82a285 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <elf.h>
+#include "elf.h"
 
 #define RELOCATABLE 0x1
 #define EXECUTABLE  0x2