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"