X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d5899efe4a68c00b14f7b4e40042b60c86db4898..790d9ca6372f759099b268a7c3256cba6f7db3a1:/compat_strlcat.c?ds=sidebyside diff --git a/compat_strlcat.c b/compat_strlcat.c index ba9196da..acaae4fb 100644 --- a/compat_strlcat.c +++ b/compat_strlcat.c @@ -1,4 +1,6 @@ -#ifdef HAVE_STRLCAT +#include "config.h" + +#if HAVE_STRLCAT int dummy;