diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 05:55:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-29 05:56:33 +0000 |
commit | 781a3856ae53df051563645b45d8ff7033aea113 (patch) | |
tree | c33624247716ba6f67a0300a7e97ae56e7919602 | |
parent | Undo IWYU fixes (diff) | |
download | pax-utils-781a3856ae53df051563645b45d8ff7033aea113.tar.gz pax-utils-781a3856ae53df051563645b45d8ff7033aea113.tar.bz2 pax-utils-781a3856ae53df051563645b45d8ff7033aea113.zip |
paxinc: include <alloca.h> for alloca
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | paxinc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ /* stick common symbols here that are needed by paxinc.h */ #define IN_paxinc +#include <alloca.h> #include "paxinc.h" char do_reverse_endian; |