Module: Mesa
Branch: master
Commit: c500ab2735df0b7020b44d24449ffb1d2e29275b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c500ab2735df0b7020b44d24449ffb1d2e29275b

Author: Timothy Arceri <tarc...@itsqueeze.com>
Date:   Fri Apr 13 22:11:13 2018 +1000

mesa: fix x86 builds

Fixes: 43d66c8c2d4d "mesa: include mtypes.h less"

---

 src/mesa/x86/common_x86.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c
index 5cf919fd59..36b2e82fb6 100644
--- a/src/mesa/x86/common_x86.c
+++ b/src/mesa/x86/common_x86.c
@@ -54,6 +54,7 @@
 #endif
 #endif
 
+#include "main/errors.h"
 #include "main/imports.h"
 #include "common_x86_asm.h"
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to