diff --git a/fcntl/cbindgen.toml b/fcntl/cbindgen.toml index 419320680460e60513b0700f21998518b98de8e4..948863cda4d8bdbe514ab129406efeea2361fe6d 100644 --- a/fcntl/cbindgen.toml +++ b/fcntl/cbindgen.toml @@ -1,3 +1,4 @@ +sys_includes = ["sys/types.h"] include_guard = "_FCNTL_H" language = "C" diff --git a/unistd/cbindgen.toml b/unistd/cbindgen.toml index 32fdb822571cfbc45ef868ab35cf455839b9495f..259e4fadf236a580c35a4e995ae39e362322c873 100644 --- a/unistd/cbindgen.toml +++ b/unistd/cbindgen.toml @@ -1,3 +1,4 @@ +sys_includes = ["stdint.h", "sys/types.h"] include_guard = "_UNISTD_H" language = "C"