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

Dylan Baker dylan at pnwbakers.com
Tue Jul 10 23:17:54 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 ba657294c1c..e204e52b71d 100644
--- a/src/util/xmlconfig.c
+++ b/src/util/xmlconfig.c
@@ -36,6 +36,7 @@
 #include <math.h>
 #include <unistd.h>
 #include <errno.h>
+#include "strndup.h"
 #include "xmlconfig.h"
 #include "u_process.h"
 
-- 
2.18.0



More information about the mesa-dev mailing list