Explorar o código

Include sys/types in fctnl and unistd

Jeremy Soller %!s(int64=7) %!d(string=hai) anos
pai
achega
9fb0b77d89
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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"