瀏覽代碼

Include sys/types in fctnl and unistd

Jeremy Soller 7 年之前
父節點
當前提交
9fb0b77d89
共有 2 個文件被更改,包括 2 次插入0 次删除
  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"