diff options
author | Timothy Arceri <[email protected]> | 2018-04-13 22:11:13 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-04-13 22:13:46 +1000 |
commit | c500ab2735df0b7020b44d24449ffb1d2e29275b (patch) | |
tree | 76119783e80562dbf4f4c4ab3a47126c412aac2e /src/mesa/x86/common_x86.c | |
parent | e961824ba82355c36971da92ae32e3ae4978720d (diff) |
mesa: fix x86 builds
Fixes: 43d66c8c2d4d "mesa: include mtypes.h less"
Diffstat (limited to 'src/mesa/x86/common_x86.c')
-rw-r--r-- | src/mesa/x86/common_x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index 5cf919fd59a..36b2e82fb63 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" |