util/xmlconfig: include strndup.h for windows
authorDylan Baker <dylan@pnwbakers.com>
Thu, 17 May 2018 18:33:35 +0000 (11:33 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 10 Oct 2019 23:33:04 +0000 (16:33 -0700)
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
src/util/xmlconfig.c

index 64363522d2f55f8f6a5017edfcf42b8b3154fff6..27db6c2ec10d016e698731b660a379914148a4dc 100644 (file)
@@ -43,6 +43,7 @@
 #include <dirent.h>
 #include <fnmatch.h>
 #include <regex.h>
+#include "strndup.h"
 #include "xmlconfig.h"
 #include "u_process.h"