[all] fix client build on linux

This commit is contained in:
Geoffrey McRae
2023-10-22 04:00:44 +11:00
parent ccd0a0bcf9
commit e0bdd869d6
4 changed files with 10 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ bool str_containsValue(const char * list, char delimiter, const char * value)
return false;
}
char * strdup(const char *s)
char * lg_strdup(const char *s)
{
if (!s)
{