diff options
Diffstat (limited to 'common/elf.c')
| -rw-r--r-- | common/elf.c | 2 |
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) |
