From 474d6f8e08a1363d6e0766fb59b8a64525ae2aec Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 17 May 2018 11:33:35 -0700 Subject: [PATCH] util/xmlconfig: include strndup.h for windows Reviewed-by: Eric Engestrom Acked-by: Kristian H. Kristensen --- src/util/xmlconfig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/xmlconfig.c b/src/util/xmlconfig.c index 64363522d2f..27db6c2ec10 100644 --- a/src/util/xmlconfig.c +++ b/src/util/xmlconfig.c @@ -43,6 +43,7 @@ #include #include #include +#include "strndup.h" #include "xmlconfig.h" #include "u_process.h" -- 2.30.2