elf32: use local elf.h.
This commit is contained in:
parent
99c38aba9f
commit
eee0bc0352
6
elf32.c
6
elf32.c
|
@ -19,12 +19,8 @@
|
|||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#if defined(__APPLE__) || defined(__OpenBSD__)
|
||||
#include <libelf.h>
|
||||
#else
|
||||
#include <elf.h>
|
||||
#endif
|
||||
#include "elf32.h"
|
||||
#include "elf_format.h"
|
||||
#include "output.h"
|
||||
|
||||
#ifndef EM_MSP430
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue