projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e961824
)
mesa: fix x86 builds
author
Timothy Arceri
<tarceri@itsqueeze.com>
Fri, 13 Apr 2018 12:11:13 +0000
(22:11 +1000)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Fri, 13 Apr 2018 12:13:46 +0000
(22:13 +1000)
Fixes: 43d66c8c2d4d "mesa: include mtypes.h less"
src/mesa/x86/common_x86.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/common_x86.c
b/src/mesa/x86/common_x86.c
index 5cf919fd59a61329716c939b4ef9e092e0cb7e83..36b2e82fb6329887f9278d5276f57c1557ed1900 100644
(file)
--- 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"