summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-07 23:19:27 -0700
committerVinson Lee <vlee@vmware.com>2010-08-07 23:19:27 -0700
commitfacf368df29b6889e9566aaa642aa1937e6dfc56 (patch)
treee2ea3309926565afe215226a0d073d7494ce43fa /src/mesa/drivers/dri/unichrome
parentf4511c4835879090ce7e6afe3ac26b98fb91899a (diff)
dri: Add missing header m_xform.h.
This is a follow-up patch to commit f4511c4835879090ce7e6afe3ac26b98fb91899a. Files that include tnl_dd/t_dd_dmatmp.h now need to also include m_xform.h as t_context.h no longer includes it.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_render.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_render.c b/src/mesa/drivers/dri/unichrome/via_render.c
index 896c43db1b..4351f11955 100644
--- a/src/mesa/drivers/dri/unichrome/via_render.c
+++ b/src/mesa/drivers/dri/unichrome/via_render.c
@@ -33,6 +33,8 @@
#include "main/macros.h"
#include "main/mtypes.h"
+#include "math/m_xform.h"
+
#include "tnl/t_context.h"
#include "via_context.h"