From 593e4bf416b5cfc28d9cd438e9b5849d56b1cd25 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 19 Dec 2025 12:22:27 -0700 Subject: [PATCH] Include sys/types.h in termios.h --- src/header/termios/cbindgen.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header/termios/cbindgen.toml b/src/header/termios/cbindgen.toml index 24444552f4..88af46072a 100644 --- a/src/header/termios/cbindgen.toml +++ b/src/header/termios/cbindgen.toml @@ -1,4 +1,4 @@ -sys_includes = ["stdint.h", "features.h"] +sys_includes = ["sys/types.h", "stdint.h", "features.h"] include_guard = "_RELIBC_TERMIOS_H" language = "C" style = "Tag"