Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
treewide: rename 'struct exclude' to 'struct path_pattern'
[gitweb.git]
/
compat
/
strlcpy.c
diff --git
a/compat/strlcpy.c
b/compat/strlcpy.c
index b66856a3a50a93262ee4b5bd0294bb0c7fc85b15..4024c360301ebe7d58ac5b84dcbb692341b649ed 100644
(file)
--- 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)
{