From f8287200aec0ca33ef07fafcdd5aef0aa6eb1306 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 28 Jan 2023 10:15:57 +0000 Subject: *: IWYU fixes Separate from the first commit as this one was done programmatically with dev-util/include-what-you-use. Signed-off-by: Sam James --- paxelf.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'paxelf.c') diff --git a/paxelf.c b/paxelf.c index 331f1b4..0268fa4 100644 --- a/paxelf.c +++ b/paxelf.c @@ -6,7 +6,20 @@ * Copyright 2005-2012 Mike Frysinger - */ +#include +#include +#include +#include +#include +#include +#include +#include + #include "paxinc.h" +#include "elf.h" +#include "paxelf.h" +#include "porting.h" +#include "xfuncs.h" /* * Setup a bunch of helper functions to translate -- cgit v1.2.3-65-gdbad