summaryrefslogtreecommitdiff
path: root/lib/elf64.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
committerAda Christine <adachristine18@gmail.com>2023-01-30 00:05:53 +0000
commit798b1dc391f424868f5f4bac8937c191ed4716b8 (patch)
tree44269b4f29b8c6762657e12a02ac33063b665461 /lib/elf64.c
parentfba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff)
headers moved around
Diffstat (limited to 'lib/elf64.c')
-rw-r--r--lib/elf64.c3
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)
{