diff options
Diffstat (limited to 'compat/strlcpy.c')
-rw-r--r-- | compat/strlcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/strlcpy.c b/compat/strlcpy.c index b66856a3a5..4024c36030 100644 --- a/compat/strlcpy.c +++ b/compat/strlcpy.c @@ -1,4 +1,4 @@ -#include <string.h> +#include "../git-compat-util.h" size_t gitstrlcpy(char *dest, const char *src, size_t size) { |