소스 검색

Add sys/types.h to utime.h

Jeremy Soller 2 년 전
부모
커밋
9c055142cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/header/utime/cbindgen.toml

+ 1 - 1
src/header/utime/cbindgen.toml

@@ -1,4 +1,4 @@
-sys_includes = []
+sys_includes = ["sys/types.h"]
 include_guard = "_RELIBC_UTIME_H"
 language = "C"
 style = "Tag"