aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-29 03:41:09 +0000
committerSam James <sam@gentoo.org>2023-01-29 03:41:51 +0000
commitffedc60fa41d307bda28fd108e6ff1b8da1fc2ee (patch)
treed3ed2520969ccccef48d3b65e0a22a593b0a4dfc /paxinc.c
parent*: IWYU fixes (diff)
downloadpax-utils-ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee.tar.gz
pax-utils-ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee.tar.bz2
pax-utils-ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee.zip
*: IWYU fixes deux
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'paxinc.c')
-rw-r--r--paxinc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/paxinc.c b/paxinc.c
index 7dfd4ca..f87e8a6 100644
--- a/paxinc.c
+++ b/paxinc.c
@@ -12,6 +12,7 @@
#include "paxinc.h"
#include <alloca.h>
+#include <stddef.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>