aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-29 05:55:51 +0000
committerSam James <sam@gentoo.org>2023-01-29 05:56:33 +0000
commit781a3856ae53df051563645b45d8ff7033aea113 (patch)
treec33624247716ba6f67a0300a7e97ae56e7919602
parentUndo IWYU fixes (diff)
downloadpax-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/paxinc.c b/paxinc.c
index 64a3069..c6eab87 100644
--- a/paxinc.c
+++ b/paxinc.c
@@ -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;