X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=oslib%2Fstrlcat.c;h=3329b8339fa2409930b6e15bcdb7e2d9d6da0908;hb=d694a6a7c02f577b2bb5d0ad24331b775acf6869;hp=643d4966b4e5369b72c8df9b320b880fc7ca160a;hpb=984f30c9756b50c1507b287c71243e2c06efff16;p=fio.git diff --git a/oslib/strlcat.c b/oslib/strlcat.c index 643d4966..3329b833 100644 --- a/oslib/strlcat.c +++ b/oslib/strlcat.c @@ -1,4 +1,5 @@ #include +#include "oslib/strlcat.h" size_t strlcat(char *dst, const char *src, size_t size) {