Sfoglia il codice sorgente

Include sys/types in fctnl and unistd

Jeremy Soller 7 anni fa
parent
commit
9fb0b77d89
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"