X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=compat%2Fstrlcpy.c;h=4024c360301ebe7d58ac5b84dcbb692341b649ed;hb=b43ba7891422127eb3ec7bd88c9a8ea102b19d0c;hp=b66856a3a50a93262ee4b5bd0294bb0c7fc85b15;hpb=03f99c03f806ca13b5974450409426c04af220f2;p=git.git diff --git a/compat/strlcpy.c b/compat/strlcpy.c index b66856a3a..4024c3603 100644 --- a/compat/strlcpy.c +++ b/compat/strlcpy.c @@ -1,4 +1,4 @@ -#include +#include "../git-compat-util.h" size_t gitstrlcpy(char *dest, const char *src, size_t size) {