Parcourir la source

Fix issue of strcasecmp not showing up

Jeremy Soller il y a 6 ans
Parent
commit
52669688bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"