diff options
Diffstat (limited to 'lib/elf64.c')
| -rw-r--r-- | lib/elf64.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/elf64.c b/lib/elf64.c index 2dee395..bae408a 100644 --- a/lib/elf64.c +++ b/lib/elf64.c @@ -1,4 +1,5 @@ -#include "elf.h" +#include <stdbool.h> +#include <lib/elf.h> bool elf64_validate(Elf64_Ehdr *ehdr, unsigned type, unsigned machine) { |
