From 441d9ebfc688f1c96b8b1a3ca6936a2872616ed0 Mon Sep 17 00:00:00 2001 From: auronandace Date: Mon, 25 May 2026 07:22:01 +0100 Subject: [PATCH] remove sys_types header from utime header includes --- src/header/utime/cbindgen.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/header/utime/cbindgen.toml b/src/header/utime/cbindgen.toml index 722d677d06..d519f48248 100644 --- a/src/header/utime/cbindgen.toml +++ b/src/header/utime/cbindgen.toml @@ -1,4 +1,8 @@ -sys_includes = ["sys/types.h", "features.h"] +# features included for deprecated annotations +sys_includes = ["features.h"] +after_includes = """ +#include // for time_t from sys/types.h +""" include_guard = "_RELIBC_UTIME_H" language = "C" style = "Tag"