Explorar el Código

Fix issue of strcasecmp not showing up

Jeremy Soller hace 6 años
padre
commit
52669688bf
Se han modificado 1 ficheros con 1 adiciones y 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"