mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 19:08:11 +00:00
[all] fix client build on linux
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user