projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a9cbd
)
linker: Include compiler.h to avoid spurious warnings about INLINE
author
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 16 Aug 2010 20:59:34 +0000
(13:59 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 16 Aug 2010 20:59:34 +0000
(13:59 -0700)
src/glsl/linker.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/linker.cpp
b/src/glsl/linker.cpp
index 9931251f404e5c0d8c8eef226fc909f01fa453cd..22cdd76015a81468ba591ee69dea58c98b0dfd08 100644
(file)
--- a/
src/glsl/linker.cpp
+++ b/
src/glsl/linker.cpp
@@
-72,6
+72,7
@@
extern "C" {
#include <talloc.h>
}
+#include "main/compiler.h"
#include "main/mtypes.h"
#include "main/macros.h"
#include "main/shaderobj.h"