projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845554e
)
glsl: Include missing header in slang_utility.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 15 Aug 2010 01:56:17 +0000
(18:56 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 15 Aug 2010 01:56:17 +0000
(18:56 -0700)
Include glheader.h for GL symbols.
src/mesa/slang/slang_utility.h
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_utility.h
b/src/mesa/slang/slang_utility.h
index 2c0d0bcbb2a90814e31fed6bbf073147193ec937..cb9b6d2aaaad2bfd2dee71e4b9469743f09c847a 100644
(file)
--- a/
src/mesa/slang/slang_utility.h
+++ b/
src/mesa/slang/slang_utility.h
@@
-26,6
+26,8
@@
#define SLANG_UTILITY_H
+#include "main/glheader.h"
+
/* Compile-time assertions. If the expression is zero, try to declare an
* array of size [-1] to cause compilation error.
*/