projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a1046
)
tnl: Include simple_list.h explicitly in t_context.c.
author
Francisco Jerez
<currojerez@riseup.net>
Mon, 8 Jun 2015 11:47:17 +0000
(14:47 +0300)
committer
Francisco Jerez
<currojerez@riseup.net>
Tue, 9 Jun 2015 10:56:06 +0000
(13:56 +0300)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/tnl/t_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_context.c
b/src/mesa/tnl/t_context.c
index
5b9dd54
..
bc77ba8
100644
(file)
--- 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"