aboutsummaryrefslogtreecommitdiff
path: root/common/elf.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 20:24:34 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 20:24:34 +0200
commit8d90fb3e4a5d02df75584016563ef84901967b9f (patch)
treefeaed31af9d6eeaad0402dec91ad6cfce5c071b4 /common/elf.c
parentadeac5a8ce9c06ad589d2dd6ee137071ba865d0c (diff)
downloadkmi-8d90fb3e4a5d02df75584016563ef84901967b9f.tar.gz
kmi-8d90fb3e4a5d02df75584016563ef84901967b9f.zip
Merged bits.h and bytes.h
Diffstat (limited to 'common/elf.c')
-rw-r--r--common/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/elf.c b/common/elf.c
index 6b7b6dd..9ce357d 100644
--- a/common/elf.c
+++ b/common/elf.c
@@ -1,6 +1,6 @@
#include <apos/elf.h>
#include <apos/vmem.h>
-#include <apos/bytes.h>
+#include <apos/bits.h>
#include <apos/string.h>
static uint8_t __elf_to_uvflags(uint8_t elf_flags)