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