OSDN Git Service
(root)
/
android-x86
/
external-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
9931251
..
22cdd76
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"