X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=strlcat.c;h=bbfa64f6d0428528f21ca193a663d59fcc7bf437;hb=d9de352e4975e8bfacf4dda87492e25588caf536;hp=14c53a1f69c2fd43b66f504b6682383f5542a86d;hpb=55556b66bc57be0d82831b9cb353b79816216316;p=stagit.git diff --git a/strlcat.c b/strlcat.c index 14c53a1..bbfa64f 100644 --- a/strlcat.c +++ b/strlcat.c @@ -19,6 +19,8 @@ #include #include +#include "compat.h" + /* * Appends src to string dst of size dsize (unlike strncat, dsize is the * full size of dst, not space left). At most dsize-1 characters