summaryrefslogtreecommitdiff
path: root/src/elf_image.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2024-09-15 00:12:25 +0300
committerOxore <oxore@protonmail.com>2024-11-21 00:18:24 +0300
commit559139fce64d685708c283397033bf152afd00a3 (patch)
treee5f2b1d35adef134512bf4e1c2990cf86a95bd1b /src/elf_image.h
parent85614fc367ba53d0d5ca48873337571fc7f4f5b7 (diff)
Add initial COFF support (coff2bin, readcoff)
Diffstat (limited to 'src/elf_image.h')
-rw-r--r--src/elf_image.h2
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>