From 83a1a0bc3e5c29810cd8728297b2106a1afb3d52 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Mon, 3 May 2010 00:25:12 +0100 Subject: [PATCH] swrast: Correct include for mtypes.h --- src/mesa/drivers/dri/common/drisw_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/common/drisw_util.h b/src/mesa/drivers/dri/common/drisw_util.h index 2b54b2281fa..9c3d01c99c0 100644 --- a/src/mesa/drivers/dri/common/drisw_util.h +++ b/src/mesa/drivers/dri/common/drisw_util.h @@ -36,7 +36,7 @@ #ifndef _DRISW_UTIL_H #define _DRISW_UTIL_H -#include "mtypes.h" +#include "main/mtypes.h" #include #include -- 2.30.2