From d51674078fdf695cd4fdc8661fbf7b6c9c47bc4c Mon Sep 17 00:00:00 2001 From: auronandace Date: Thu, 4 Jun 2026 08:42:31 +0100 Subject: [PATCH] remove stddef from sys_types header --- src/header/sys_types_internal/cbindgen.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/header/sys_types_internal/cbindgen.toml b/src/header/sys_types_internal/cbindgen.toml index 76052d3bc8..982ade0f05 100644 --- a/src/header/sys_types_internal/cbindgen.toml +++ b/src/header/sys_types_internal/cbindgen.toml @@ -1,6 +1,4 @@ -# stddef.h brings in size_t # bits/useconds-t.h brings in features.h for deprecated annotation -sys_includes = ["stddef.h"] after_includes = """ #include #include @@ -14,6 +12,7 @@ after_includes = """ #include #include #include +#include // for size_t from stddef.h #include #include #include // for blkcnt_t and blksize_t