]> git.cameronkatri.com Git - mandoc.git/blobdiff - compat_strlcat.c
Cope with another one of the many kinds of DocBook stupidity:
[mandoc.git] / compat_strlcat.c
index ba9196dae7cc7fefb1d99c53606e113053f7eb40..acaae4fb1506cc13d9adfab0d5d41bee9166a7d5 100644 (file)
@@ -1,4 +1,6 @@
-#ifdef HAVE_STRLCAT
+#include "config.h"
+
+#if HAVE_STRLCAT
 
 int dummy;
 
 
 int dummy;