summaryrefslogtreecommitdiff
path: root/plugins/readelf/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readelf/program.h')
-rw-r--r--plugins/readelf/program.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/readelf/program.h b/plugins/readelf/program.h
index bee0fa0..0710577 100644
--- a/plugins/readelf/program.h
+++ b/plugins/readelf/program.h
@@ -25,12 +25,13 @@
#define _PLUGINS_READELF_PROGRAM_H
+#include <format/preload.h>
#include <format/elf/elf.h>
/* Charge tous les symboles liés aux en-têtes de programme ELF. */
-bool annotate_elf_program_header_table(GElfFormat *, GtkStatusStack *);
+bool annotate_elf_program_header_table(GElfFormat *, GPreloadInfo *, GtkStatusStack *);