X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/cd3461ed2decce6e980d3a4c93c615bd8f4cb5c0..b7c56901be15b5853782a4ab0a8f85b745792d05:/out.c diff --git a/out.c b/out.c index 78abc5dc..e92a5842 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.6 2009/10/22 18:55:32 kristaps Exp $ */ +/* $Id: out.c,v 1.7 2009/10/22 18:59:00 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -21,9 +21,13 @@ #include #include #include +#include #include "out.h" +#ifdef __linux__ +extern size_t strlcat(char *, const char *, size_t); +#endif /* * Convert a `scaling unit' to a consistent form, or fail. Scaling