From dc5e4040dc955e78ad2879289fb61a2ce36e7b78 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 22 Oct 2009 18:59:00 +0000 Subject: Linuxisms. --- out.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3