From 2809fd3795e8445f686547d08eef4631efc05030 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 6 Jan 2016 17:02:28 +0000 Subject: Bring in reallocarray() from OpenBSD --- strlcat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strlcat.c') 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 -- cgit v1.2.3