Skip to content

Commit

Permalink
lone: include linux/elf.h in lone/definitions.h
Browse files Browse the repository at this point in the history
Fixes PT_LONE out of range warning due to undefined PT_LOOS and PT_HIOS.
  • Loading branch information
matheusmoreira committed Nov 23, 2023
1 parent 681d320 commit f3c2eda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/lone/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#define LONE_DEFINITIONS_HEADER

#include <linux/auxvec.h>
#include <linux/elf.h>
#include <asm/bitsperlong.h>

/* ╭────────────────────────────────────────────────────────────────────────╮
Expand Down

0 comments on commit f3c2eda

Please sign in to comment.