util/xmlconfig: include strndup.h for windows

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
Dylan Baker 2018-05-17 11:33:35 -07:00
parent 7ef85a0d92
commit 474d6f8e08

View file

@ -43,6 +43,7 @@
#include <dirent.h>
#include <fnmatch.h>
#include <regex.h>
#include "strndup.h"
#include "xmlconfig.h"
#include "u_process.h"