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"