浏览代码

Fix issue of strcasecmp not showing up

Jeremy Soller 6 年之前
父节点
当前提交
52669688bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"