X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=compat%2Fstrlcpy.c;h=4024c360301ebe7d58ac5b84dcbb692341b649ed;hb=6bc4c72132adbdc06c428f86a96f27e4f8173b99;hp=b66856a3a50a93262ee4b5bd0294bb0c7fc85b15;hpb=0f2ca9d5c99436d048bfe0a7161b4365a731938f;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) {