diff options
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/format.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/elf/format.h b/plugins/elf/format.h index 895ae16..51caf87 100644 --- a/plugins/elf/format.h +++ b/plugins/elf/format.h @@ -29,7 +29,8 @@ #include <stdbool.h> -#include <core/formats.h> +#include <analysis/content.h> +#include <format/executable.h> #include "elf_def.h" |