[Mesa-dev] [PATCH 25/48] util/xmlconfig: include strndup.h for windows
Dylan Baker
dylan at pnwbakers.com
Mon Jun 11 22:55:52 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 60a6331c86c..de3548b6b9d 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"
#undef GET_PROGRAM_NAME
--
2.17.1
More information about the mesa-dev
mailing list