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