diff options
author | Vinson Lee <[email protected]> | 2010-08-07 23:19:27 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-07 23:19:27 -0700 |
commit | facf368df29b6889e9566aaa642aa1937e6dfc56 (patch) | |
tree | e2ea3309926565afe215226a0d073d7494ce43fa /src/mesa/drivers/dri/unichrome | |
parent | f4511c4835879090ce7e6afe3ac26b98fb91899a (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.c | 2 |
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 896c43db1b0..4351f119555 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" |