Browse Source

Include sys/types in fctnl and unistd

Jeremy Soller 7 years ago
parent
commit
9fb0b77d89
2 changed files with 2 additions and 0 deletions
  1. 1 0
      fcntl/cbindgen.toml
  2. 1 0
      unistd/cbindgen.toml

+ 1 - 0
fcntl/cbindgen.toml

@@ -1,3 +1,4 @@
+sys_includes = ["sys/types.h"]
 include_guard = "_FCNTL_H"
 language = "C"
 

+ 1 - 0
unistd/cbindgen.toml

@@ -1,3 +1,4 @@
+sys_includes = ["stdint.h", "sys/types.h"]
 include_guard = "_UNISTD_H"
 language = "C"