diff options
author | Oxore <oxore@protonmail.com> | 2024-09-15 00:12:25 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2024-11-21 00:18:24 +0300 |
commit | 559139fce64d685708c283397033bf152afd00a3 (patch) | |
tree | e5f2b1d35adef134512bf4e1c2990cf86a95bd1b /src/elf_image.h | |
parent | 85614fc367ba53d0d5ca48873337571fc7f4f5b7 (diff) |
Add initial COFF support (coff2bin, readcoff)
Diffstat (limited to 'src/elf_image.h')
-rw-r--r-- | src/elf_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elf_image.h b/src/elf_image.h index b753008..20627d3 100644 --- a/src/elf_image.h +++ b/src/elf_image.h @@ -3,7 +3,7 @@ /* SPDX-License-Identifier: Unlicense */ -#include "elf_format.h" +#include "elf.h" #include "data_buffer.h" #include <cstdlib> |