projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d0665
)
mesa: include imports.h to silence warning
author
Brian Paul
<brianp@vmware.com>
Wed, 28 Oct 2009 17:11:30 +0000
(11:11 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 28 Oct 2009 17:11:30 +0000
(11:11 -0600)
src/mesa/shader/symbol_table.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/symbol_table.c
b/src/mesa/shader/symbol_table.c
index 42601a7765ffeefbda7099ba5e1fb83700db5bae..73eeb616f340b94db39d3cd4e47fa04b4b0f967d 100644
(file)
--- a/
src/mesa/shader/symbol_table.c
+++ b/
src/mesa/shader/symbol_table.c
@@
-26,6
+26,7
@@
#include <errno.h>
#include <assert.h>
+#include "main/imports.h"
#include "symbol_table.h"
#include "hash_table.h"