From: Jakob Bornecrantz Date: Sun, 2 May 2010 23:25:12 +0000 (+0100) Subject: swrast: Correct include for mtypes.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83a1a0bc3e5c29810cd8728297b2106a1afb3d52;p=mesa.git swrast: Correct include for mtypes.h --- 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