Преглед изворни кода

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"