From ccdf7d54aa41c23f9cfef55d5e3e85a2af99ac77 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Wed, 4 Dec 2013 22:14:53 +0100 Subject: [PATCH] small modification to strlcpy.c so the flags discovered by ./configure are actually used during compilation --- strlcpy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strlcpy.c b/strlcpy.c index 6d4b7b0..2a992c7 100644 --- a/strlcpy.c +++ b/strlcpy.c @@ -27,6 +27,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" + #ifndef HAVE_STRLCPY #include