projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa1af0
)
mesa: Include missing header in remap.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 31 Jul 2010 22:39:35 +0000
(15:39 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 31 Jul 2010 22:39:35 +0000
(15:39 -0700)
Include compiler.h for INLINE symbol.
src/mesa/main/remap.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/remap.h
b/src/mesa/main/remap.h
index 7afdee36f5b6752c398a513cf354e8e5d378e526..a2a55f615d594355e80d9768c12b2a3a40c06856 100644
(file)
--- a/
src/mesa/main/remap.h
+++ b/
src/mesa/main/remap.h
@@
-28,6
+28,7
@@
#define REMAP_H
+#include "main/compiler.h"
#include "main/mfeatures.h"
struct gl_function_pool_remap {