From ecc8edf91ce64d4c9f242fc425fe407a8acfaae6 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 5 Oct 2010 02:19:17 +0200 Subject: Fix prototype warnings, remove unused functions. --- strlcpy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'strlcpy.c') diff --git a/strlcpy.c b/strlcpy.c index bb7d4096..5963dfe3 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -21,6 +21,8 @@ #include #include +#include "fm_strl.h" + #ifndef HAVE_STRLCPY /* * Copy src to string dst of size siz. At most siz-1 characters -- cgit v1.2.3