summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2015-06-08 14:47:17 +0300
committerFrancisco Jerez <[email protected]>2015-06-09 13:56:06 +0300
commit7065c8153b5bea3fe4f364dbb922488f755bc1db (patch)
tree63a60457dea0cde0382d4c75a0334b7ebf25ed18 /src/mesa/tnl
parent08a1046f6777c589f90eae3fd1e7e41ca364c45c (diff)
tnl: Include simple_list.h explicitly in t_context.c.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r--src/mesa/tnl/t_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c
index 5b9dd54d75a..bc77ba8bf95 100644
--- a/src/mesa/tnl/t_context.c
+++ b/src/mesa/tnl/t_context.c
@@ -36,6 +36,7 @@
#include "math/m_xform.h"
#include "main/state.h"
#include "main/viewport.h"
+#include "util/simple_list.h"
#include "tnl.h"
#include "t_context.h"