X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d5899efe4a68c00b14f7b4e40042b60c86db4898..244032c2df9e9131ed3e701d4dac061b20ee8172:/compat_strlcpy.c?ds=inline diff --git a/compat_strlcpy.c b/compat_strlcpy.c index f56f2d85..a7c64ff9 100644 --- a/compat_strlcpy.c +++ b/compat_strlcpy.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifdef HAVE_STRLCPY int dummy;