From 89d8643c802f097c2d5a1a3c6f231dbea289da7a Mon Sep 17 00:00:00 2001 From: Alexandre Snarskii Date: Thu, 5 Dec 2013 15:51:02 +0400 Subject: [PATCH] strlcpy.c: previous patch slightly modified. --- strlcpy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strlcpy.c b/strlcpy.c index 2a992c7..f66dc42 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -27,7 +27,9 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#if HAVE_CONFIG_H #include "config.h" +#endif #ifndef HAVE_STRLCPY