projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd2da4
)
glsl: Include missing header in slang_log.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 14 Aug 2010 23:27:42 +0000
(16:27 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 14 Aug 2010 23:27:42 +0000
(16:27 -0700)
Include glheader.h for GLboolean symbol.
src/mesa/slang/slang_log.h
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_log.h
b/src/mesa/slang/slang_log.h
index dcaba0285a703fca2d98830778ca1a207f33b9ea..544a26654e7f05a9ebaf7ea942358d7e65e9d33d 100644
(file)
--- a/
src/mesa/slang/slang_log.h
+++ b/
src/mesa/slang/slang_log.h
@@
-27,6
+27,8
@@
#define SLANG_LOG_H
+#include "main/glheader.h"
+
typedef struct slang_info_log_
{
char *text;