[liba] Include strlcat in the bridge too

This commit is contained in:
Romain Goyet
2020-04-12 09:25:13 -04:00
committed by Ecco
parent 870d704e7f
commit 240e60cb68

View File

@@ -8,6 +8,7 @@
LIBA_BEGIN_DECLS
#if (__GLIBC__ || __MINGW32__)
size_t strlcat(char * dst, const char * src, size_t dstSize);
size_t strlcpy(char * dst, const char * src, size_t len);
#endif