From 743b9c2478acd6a70f3976b94739be5eec6eb0f8 Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 9 Feb 2026 19:17:29 +0000 Subject: [PATCH] verify tar header includes --- src/header/tar/cbindgen.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/header/tar/cbindgen.toml b/src/header/tar/cbindgen.toml index 6361959ef7..7a96512046 100644 --- a/src/header/tar/cbindgen.toml +++ b/src/header/tar/cbindgen.toml @@ -1,4 +1,6 @@ -sys_includes = ["sys/types.h"] +# POSIX header spec: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/tar.h.html +# +# There are no spec quotations relating to includes include_guard = "_TAR_H" language = "C" style = "Tag"