From c500ab2735df0b7020b44d24449ffb1d2e29275b Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Fri, 13 Apr 2018 22:11:13 +1000 Subject: [PATCH] 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 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" -- 2.30.2