diff --git a/src/header/limits/cbindgen.toml b/src/header/limits/cbindgen.toml index bd3b52720e..8d03b1ee3f 100644 --- a/src/header/limits/cbindgen.toml +++ b/src/header/limits/cbindgen.toml @@ -2,6 +2,9 @@ # # There are no spec quotations relating to includes sys_includes = [] +after_includes = """ +#include // for ssize_t from sys/types.h +""" include_guard = "_RELIBC_LIMITS_H" language = "C" style = "Tag"