To get memset() prototype.
---
 src/util/u_dynarray.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/u_dynarray.h b/src/util/u_dynarray.h
index cc31632..dcbbc06 100644
--- a/src/util/u_dynarray.h
+++ b/src/util/u_dynarray.h
@@ -28,6 +28,7 @@
 #define U_DYNARRAY_H
 
 #include <stdlib.h>
+#include <string.h>
 #include "ralloc.h"
 
 #ifdef __cplusplus
-- 
2.7.4

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to