[Mesa-dev] [PATCH v4 25/49] util/xmlconfig: include strndup.h for windows

Dylan Baker dylan at pnwbakers.com
Wed Aug 22 17:04:48 UTC 2018


---
 src/util/xmlconfig.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/xmlconfig.c b/src/util/xmlconfig.c
index 5264f2598b4..51cc5f3dd87 100644
--- a/src/util/xmlconfig.c
+++ b/src/util/xmlconfig.c
@@ -39,6 +39,7 @@
 #include <errno.h>
 #include <dirent.h>
 #include <fnmatch.h>
+#include "strndup.h"
 #include "xmlconfig.h"
 #include "u_process.h"
 
-- 
2.18.0



More information about the mesa-dev mailing list