projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180c304
)
ARB prog parser: include imports.h to kill some compiler warnings
author
Luo Jinghua
<sunmoon1997@gmail.com>
Sat, 22 Aug 2009 05:52:46 +0000
(13:52 +0800)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Sat, 22 Aug 2009 20:59:48 +0000
(13:59 -0700)
src/mesa/shader/hash_table.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/hash_table.c
b/src/mesa/shader/hash_table.c
index a28a53ce027be3d3924b31cce5b25970912469f0..881179f9d850dbae5402d5b26c0bc0f41a602fc1 100644
(file)
--- a/
src/mesa/shader/hash_table.c
+++ b/
src/mesa/shader/hash_table.c
@@
-32,6
+32,7
@@
#include <assert.h>
+#include "main/imports.h"
#include "main/simple_list.h"
#include "hash_table.h"