diff options
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" |