X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstring%2Fstrlcpy.c;h=193d724130eca36d7939819e2d7ec94889dca3ef;hb=3b26a32df42092af6d0cdac655e52635b91d36b2;hp=4d3ff92a8d79997c139b8a0eaaaefe54e5b7a2e6;hpb=820fccdefe3774d2902f0191966a5c2848405faa;p=musl diff --git a/src/string/strlcpy.c b/src/string/strlcpy.c index 4d3ff92a..193d7241 100644 --- a/src/string/strlcpy.c +++ b/src/string/strlcpy.c @@ -1,5 +1,5 @@ +#define _BSD_SOURCE #include -#include #include #include #include "libc.h"