diff options
author | Sam James <sam@gentoo.org> | 2023-01-29 03:41:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-29 03:41:51 +0000 |
commit | ffedc60fa41d307bda28fd108e6ff1b8da1fc2ee (patch) | |
tree | d3ed2520969ccccef48d3b65e0a22a593b0a4dfc /paxelf.c | |
parent | *: IWYU fixes (diff) | |
download | pax-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 'paxelf.c')
-rw-r--r-- | paxelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ */ #include <fcntl.h> +#include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> |