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 /pspax.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 'pspax.c')
-rw-r--r--pspax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pspax.c b/pspax.c
index 1e75494..369ed37 100644
--- a/pspax.c
+++ b/pspax.c
@@ -21,6 +21,7 @@ const char argv0[] = "pspax";
#include <getopt.h>
#include <pwd.h>
#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>