Browse Source

Add sys/types.h to utime.h

Jeremy Soller 2 years ago
parent
commit
9c055142cf
1 changed files with 1 additions and 1 deletions
  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"