Fix issue of strcasecmp not showing up

This commit is contained in:
Jeremy Soller
2019-01-13 14:17:05 -07:00
parent 434cad49ce
commit 52669688bf
+1 -1
View File
@@ -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"