[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

@@ -35,6 +35,6 @@ int alloc_sprintf(char ** str, const char * format, ...)
bool str_containsValue(const char * list, char delimiter, const char * value);
// Local implementation of strdup
char * strdup(const char *s);
char * lg_strdup(const char *s);
#endif