Explorar o código

Fix issue of strcasecmp not showing up

Jeremy Soller %!s(int64=6) %!d(string=hai) anos
pai
achega
52669688bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/header/string/cbindgen.toml

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

@@ -1,4 +1,4 @@
-sys_includes = ["stddef.h", "stdint.h"]
+sys_includes = ["stddef.h", "stdint.h", "strings.h"]
 include_guard = "_STRING_H"
 language = "C"
 style = "Tag"