소스 검색

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"