aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-28 10:15:57 +0000
committerSam James <sam@gentoo.org>2023-01-28 10:18:34 +0000
commitf8287200aec0ca33ef07fafcdd5aef0aa6eb1306 (patch)
treef1f5212c1b0ee5b38e179050da91a0e59e4e1484 /paxldso.h
parentMake headers standalone (missing includes, prep for clang-tidy) (diff)
downloadpax-utils-f8287200aec0ca33ef07fafcdd5aef0aa6eb1306.tar.gz
pax-utils-f8287200aec0ca33ef07fafcdd5aef0aa6eb1306.tar.bz2
pax-utils-f8287200aec0ca33ef07fafcdd5aef0aa6eb1306.zip
*: 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 <sam@gentoo.org>
Diffstat (limited to 'paxldso.h')
-rw-r--r--paxldso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/paxldso.h b/paxldso.h
index fd9f344..1e95851 100644
--- a/paxldso.h
+++ b/paxldso.h
@@ -9,6 +9,8 @@
#ifndef _PAX_LDSO_H
#define _PAX_LDSO_H
+#include <features.h>
+
#include "paxelf.h"
#include "porting.h"
#include "xfuncs.h"