From 6be847204e6472bc3b25c1d615b58f66f98418a7 Mon Sep 17 00:00:00 2001 From: Konstantin Olchanski Date: Sat, 16 Nov 2013 16:50:51 -0800 Subject: [PATCH] Do not include our strlcpy.h if we are using the system strlcpy() from string.h - controlled by HAVE_STRLCPY --- mxml.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mxml.c b/mxml.c index d78b79a..6ff9bb2 100644 --- a/mxml.c +++ b/mxml.c @@ -74,7 +74,9 @@ #endif #include "mxml.h" +#ifndef HAVE_STRLCPY #include "strlcpy.h" +#endif #define XML_INDENT " "