X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=oslib%2Fstrlcat.c;h=3b33d0eb56a72e64e87ecc79b8a3334381bd39fe;hp=3329b8339fa2409930b6e15bcdb7e2d9d6da0908;hb=8604ba2c938aa97abbeff3a4615c30f04507092b;hpb=19192959b8725e5acf15a5fb5246e81934266689 diff --git a/oslib/strlcat.c b/oslib/strlcat.c index 3329b833..3b33d0eb 100644 --- a/oslib/strlcat.c +++ b/oslib/strlcat.c @@ -1,5 +1,5 @@ #include -#include "oslib/strlcat.h" +#include "strlcat.h" size_t strlcat(char *dst, const char *src, size_t size) {